gen_headers*: Pass along audio techpack headers.
Change-Id: I06a60a08fa1de4e14b403d216e38010dd63539a8 Signed-off-by: starlight5234 <starlight5234@protonmail.ch>
This commit is contained in:
parent
02051751ca
commit
dd6d21459f
2 changed files with 56 additions and 0 deletions
|
@ -974,6 +974,27 @@ gen_headers_out_arm = [
|
|||
|
||||
// From techpack/*/include/uapi/*/**/*.h
|
||||
|
||||
"linux/avtimer.h",
|
||||
"linux/mfd/wcd9xxx/wcd9xxx_registers.h",
|
||||
"linux/mfd/wcd9xxx/wcd9320_registers.h",
|
||||
"linux/msm_audio.h",
|
||||
"linux/msm_audio_aac.h",
|
||||
"linux/msm_audio_ac3.h",
|
||||
"linux/msm_audio_alac.h",
|
||||
"linux/msm_audio_amrnb.h",
|
||||
"linux/msm_audio_amrwb.h",
|
||||
"linux/msm_audio_amrwbplus.h",
|
||||
"linux/msm_audio_ape.h",
|
||||
"linux/msm_audio_calibration.h",
|
||||
"linux/msm_audio_g711.h",
|
||||
"linux/msm_audio_g711_dec.h",
|
||||
"linux/msm_audio_mvs.h",
|
||||
"linux/msm_audio_qcp.h",
|
||||
"linux/msm_audio_sbc.h",
|
||||
"linux/msm_audio_voicememo.h",
|
||||
"linux/msm_audio_wma.h",
|
||||
"linux/msm_audio_wmapro.h",
|
||||
"linux/wcd-spi-ac-params.h",
|
||||
"media/cam_cpas.h",
|
||||
"media/cam_custom.h",
|
||||
"media/cam_defs.h",
|
||||
|
@ -990,6 +1011,13 @@ gen_headers_out_arm = [
|
|||
"media/cam_sensor.h",
|
||||
"media/cam_sync.h",
|
||||
"media/cam_tfe.h",
|
||||
"sound/audio_effects.h",
|
||||
"sound/audio_slimslave.h",
|
||||
"sound/devdep_params.h",
|
||||
"sound/lsm_params.h",
|
||||
"sound/msmcal-hwdep.h",
|
||||
"sound/voice_params.h",
|
||||
"sound/wcd-dsp-glink.h",
|
||||
]
|
||||
|
||||
genrule {
|
||||
|
|
|
@ -968,6 +968,27 @@ gen_headers_out_arm64 = [
|
|||
|
||||
// From techpack/*/include/uapi/*/**/*.h
|
||||
|
||||
"linux/avtimer.h",
|
||||
"linux/mfd/wcd9xxx/wcd9xxx_registers.h",
|
||||
"linux/mfd/wcd9xxx/wcd9320_registers.h",
|
||||
"linux/msm_audio.h",
|
||||
"linux/msm_audio_aac.h",
|
||||
"linux/msm_audio_ac3.h",
|
||||
"linux/msm_audio_alac.h",
|
||||
"linux/msm_audio_amrnb.h",
|
||||
"linux/msm_audio_amrwb.h",
|
||||
"linux/msm_audio_amrwbplus.h",
|
||||
"linux/msm_audio_ape.h",
|
||||
"linux/msm_audio_calibration.h",
|
||||
"linux/msm_audio_g711.h",
|
||||
"linux/msm_audio_g711_dec.h",
|
||||
"linux/msm_audio_mvs.h",
|
||||
"linux/msm_audio_qcp.h",
|
||||
"linux/msm_audio_sbc.h",
|
||||
"linux/msm_audio_voicememo.h",
|
||||
"linux/msm_audio_wma.h",
|
||||
"linux/msm_audio_wmapro.h",
|
||||
"linux/wcd-spi-ac-params.h",
|
||||
"media/cam_cpas.h",
|
||||
"media/cam_custom.h",
|
||||
"media/cam_defs.h",
|
||||
|
@ -984,6 +1005,13 @@ gen_headers_out_arm64 = [
|
|||
"media/cam_sensor.h",
|
||||
"media/cam_sync.h",
|
||||
"media/cam_tfe.h",
|
||||
"sound/audio_effects.h",
|
||||
"sound/audio_slimslave.h",
|
||||
"sound/devdep_params.h",
|
||||
"sound/lsm_params.h",
|
||||
"sound/msmcal-hwdep.h",
|
||||
"sound/voice_params.h",
|
||||
"sound/wcd-dsp-glink.h",
|
||||
]
|
||||
|
||||
genrule {
|
||||
|
|
Loading…
Reference in a new issue