blob: d74d02aa3cd35b32e078856011d637f2d9098f08 [file] [log] [blame]
Vignesh Kulothungan92a38712019-12-23 14:54:19 -08001#BOARD_USES_GENERIC_AUDIO := true
2#
3#AUDIO_FEATURE_FLAGS
4ifeq ($(TARGET_USES_QMAA_OVERRIDE_AUDIO), false)
5ifeq ($(TARGET_USES_QMAA),true)
6AUDIO_USE_STUB_HAL := true
7endif
8endif
9
Ajender Reddy4e90bb92020-12-10 12:23:45 +053010#mixer xml generation
11BASE_PATH := vendor/qcom/opensource/audio-hal/primary-hal/configs/common/base
12OVERLAY_PATH := vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/shima_overlay
13TARGET_PATH := vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina
14SCRIPT := vendor/qcom/opensource/audio-hal/primary-hal/configs/common/mixer_xml_utils.py
Ajender Reddy21ab1cc2020-11-24 08:24:29 +053015
Ajender Reddy4e90bb92020-12-10 12:23:45 +053016$(shell python $(SCRIPT) --generate combine --base $(BASE_PATH)/mixer_paths_base.xml --overlay $(OVERLAY_PATH)/mixer_paths_shimaidp_overlay.xml $(OVERLAY_PATH)/mixer_paths_shimaidps_overlay.xml $(OVERLAY_PATH)/mixer_paths_shimaqrd_overlay.xml --out_dir $(TARGET_PATH) --out mixer_paths_shimaidp.xml mixer_paths_shimaidps.xml mixer_paths_shimaqrd.xml )
17
18$(shell python $(SCRIPT) --generate combine --base $(BASE_PATH)/sound_trigger_mixer_paths_base.xml --overlay $(OVERLAY_PATH)/sound_trigger_mixer_paths_shimaidp_overlay.xml $(OVERLAY_PATH)/sound_trigger_mixer_paths_shimaidps_overlay.xml $(OVERLAY_PATH)/sound_trigger_mixer_paths_shimaqrd_overlay.xml --out_dir $(TARGET_PATH) --out sound_trigger_mixer_paths_shimaidp.xml sound_trigger_mixer_paths_shimaidps.xml sound_trigger_mixer_paths_shimaqrd.xml )
Ajender Reddy4e90bb92020-12-10 12:23:45 +053019
Vatsal Bucha3bc02f22020-11-25 17:36:26 +053020OVERLAY_PATH := vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/yupik_overlay
21
22$(shell python $(SCRIPT) --generate combine --base $(BASE_PATH)/mixer_paths_base.xml --overlay $(OVERLAY_PATH)/mixer_paths_yupikidp_overlay.xml $(OVERLAY_PATH)/mixer_paths_yupikqrd_overlay.xml --out_dir $(TARGET_PATH) --out mixer_paths_yupikidp.xml mixer_paths_yupikqrd.xml )
23
24$(shell python $(SCRIPT) --generate combine --base $(BASE_PATH)/sound_trigger_mixer_paths_base.xml --overlay $(OVERLAY_PATH)/sound_trigger_mixer_paths_yupikidp_overlay.xml $(OVERLAY_PATH)/sound_trigger_mixer_paths_yupikqrd_overlay.xml --out_dir $(TARGET_PATH) --out sound_trigger_mixer_paths_yupikidp.xml sound_trigger_mixer_paths_yupikqrd.xml )
25#
Vignesh Kulothungan92a38712019-12-23 14:54:19 -080026ifneq ($(AUDIO_USE_STUB_HAL), true)
27BOARD_USES_ALSA_AUDIO := true
28TARGET_USES_AOSP_FOR_AUDIO := false
29
30ifneq ($(TARGET_USES_AOSP_FOR_AUDIO), true)
31USE_CUSTOM_AUDIO_POLICY := 1
Jaideep Sharma5f172f22020-01-30 22:41:21 +053032AUDIO_FEATURE_QSSI_COMPLIANCE := true
Vignesh Kulothungan92a38712019-12-23 14:54:19 -080033AUDIO_FEATURE_ENABLED_COMPRESS_CAPTURE := false
34AUDIO_FEATURE_ENABLED_COMPRESS_INPUT := true
35AUDIO_FEATURE_ENABLED_CONCURRENT_CAPTURE := true
36AUDIO_FEATURE_ENABLED_COMPRESS_VOIP := false
37AUDIO_FEATURE_ENABLED_DYNAMIC_ECNS := true
38AUDIO_FEATURE_ENABLED_EXTN_FORMATS := true
39AUDIO_FEATURE_ENABLED_EXTN_FLAC_DECODER := true
40AUDIO_FEATURE_ENABLED_EXTN_RESAMPLER := true
41AUDIO_FEATURE_ENABLED_FM_POWER_OPT := true
42AUDIO_FEATURE_ENABLED_HDMI_SPK := true
43AUDIO_FEATURE_ENABLED_PCM_OFFLOAD := true
44AUDIO_FEATURE_ENABLED_PCM_OFFLOAD_24 := true
45AUDIO_FEATURE_ENABLED_FLAC_OFFLOAD := true
46AUDIO_FEATURE_ENABLED_VORBIS_OFFLOAD := true
47AUDIO_FEATURE_ENABLED_WMA_OFFLOAD := true
48AUDIO_FEATURE_ENABLED_ALAC_OFFLOAD := true
49AUDIO_FEATURE_ENABLED_APE_OFFLOAD := true
50AUDIO_FEATURE_ENABLED_AAC_ADTS_OFFLOAD := true
51AUDIO_FEATURE_ENABLED_MPEGH_SW_DECODER := true
52AUDIO_FEATURE_ENABLED_PROXY_DEVICE := true
53AUDIO_FEATURE_ENABLED_SSR := true
54AUDIO_FEATURE_ENABLED_DTS_EAGLE := false
55BOARD_USES_SRS_TRUEMEDIA := false
56DTS_CODEC_M_ := false
57MM_AUDIO_ENABLED_SAFX := true
58AUDIO_FEATURE_ENABLED_HW_ACCELERATED_EFFECTS := false
59AUDIO_FEATURE_ENABLED_AUDIOSPHERE := true
60AUDIO_FEATURE_ENABLED_USB_TUNNEL := true
61AUDIO_FEATURE_ENABLED_A2DP_OFFLOAD := true
Vignesh Kulothungan92a38712019-12-23 14:54:19 -080062AUDIO_FEATURE_ENABLED_3D_AUDIO := true
Jaideep Sharmaaadb90e2020-10-14 14:45:31 +053063AUDIO_FEATURE_ENABLED_AHAL_EXT := false
Vignesh Kulothungan92a38712019-12-23 14:54:19 -080064AUDIO_FEATURE_ENABLED_EXTENDED_COMPRESS_FORMAT := true
65DOLBY_ENABLE := false
66endif
67
68AUDIO_FEATURE_ENABLED_DLKM := true
69BOARD_SUPPORTS_SOUND_TRIGGER := true
70BOARD_SUPPORTS_GCS := false
71AUDIO_FEATURE_ENABLED_INSTANCE_ID := true
72AUDIO_USE_DEEP_AS_PRIMARY_OUTPUT := false
73AUDIO_FEATURE_ENABLED_VBAT_MONITOR := true
74AUDIO_FEATURE_ENABLED_NT_PAUSE_TIMEOUT := true
75AUDIO_FEATURE_ENABLED_ANC_HEADSET := true
76AUDIO_FEATURE_ENABLED_CUSTOMSTEREO := true
77AUDIO_FEATURE_ENABLED_FLUENCE := true
78AUDIO_FEATURE_ENABLED_HDMI_EDID := true
79AUDIO_FEATURE_ENABLED_HDMI_PASSTHROUGH := true
80#AUDIO_FEATURE_ENABLED_KEEP_ALIVE := true
81AUDIO_FEATURE_ENABLED_DISPLAY_PORT := true
82AUDIO_FEATURE_ENABLED_DS2_DOLBY_DAP := false
83AUDIO_FEATURE_ENABLED_HFP := true
84AUDIO_FEATURE_ENABLED_INCALL_MUSIC := true
85AUDIO_FEATURE_ENABLED_MULTI_VOICE_SESSIONS := true
86AUDIO_FEATURE_ENABLED_KPI_OPTIMIZE := true
87AUDIO_FEATURE_ENABLED_SPKR_PROTECTION := true
88AUDIO_FEATURE_ENABLED_ACDB_LICENSE := false
89AUDIO_FEATURE_ENABLED_DEV_ARBI := false
90AUDIO_FEATURE_ENABLED_DYNAMIC_LOG := true
91MM_AUDIO_ENABLED_FTM := true
92TARGET_USES_QCOM_MM_AUDIO := true
93AUDIO_FEATURE_ENABLED_SOURCE_TRACKING := true
94AUDIO_FEATURE_ENABLED_GEF_SUPPORT := true
95BOARD_SUPPORTS_QAHW := false
96AUDIO_FEATURE_ENABLED_RAS := true
97AUDIO_FEATURE_ENABLED_SND_MONITOR := true
98AUDIO_FEATURE_ENABLED_USB_BURST_MODE := true
99AUDIO_FEATURE_ENABLED_SVA_MULTI_STAGE := true
100AUDIO_FEATURE_ENABLED_BATTERY_LISTENER := true
101##AUDIO_FEATURE_FLAGS
102
103BOARD_SUPPORTS_OPENSOURCE_STHAL := true
104
105AUDIO_HARDWARE := audio.a2dp.default
106AUDIO_HARDWARE += audio.usb.default
107AUDIO_HARDWARE += audio.r_submix.default
108AUDIO_HARDWARE += audio.primary.lahaina
109
110#HAL Wrapper
111AUDIO_WRAPPER := libqahw
112AUDIO_WRAPPER += libqahwwrapper
113
114#HAL Test app
115AUDIO_HAL_TEST_APPS := hal_play_test
116AUDIO_HAL_TEST_APPS += hal_rec_test
117
118PRODUCT_PACKAGES += $(AUDIO_HARDWARE)
119PRODUCT_PACKAGES += $(AUDIO_WRAPPER)
120PRODUCT_PACKAGES += $(AUDIO_HAL_TEST_APPS)
Meng Wang3f547d42020-03-03 18:07:16 +0800121PRODUCT_PACKAGES += ftm_test_config_lahaina-qrd-snd-card
Meng Wang65c6d5e2020-09-18 15:05:40 +0800122PRODUCT_PACKAGES += ftm_test_config_lahaina-hdk-snd-card
Xiaojun Sanga5197a92020-07-28 10:28:55 +0800123PRODUCT_PACKAGES += ftm_test_config_lahaina-shimaidp-snd-card
124PRODUCT_PACKAGES += ftm_test_config_lahaina-shimaidps-snd-card
125PRODUCT_PACKAGES += ftm_test_config_lahaina-shimaqrd-snd-card
Vatsal Bucha3bc02f22020-11-25 17:36:26 +0530126PRODUCT_PACKAGES += ftm_test_config_lahaina-yupikidp-snd-card
127PRODUCT_PACKAGES += ftm_test_config_lahaina-yupikqrd-snd-card
George Gaofb568792020-03-17 10:18:26 -0700128PRODUCT_PACKAGES += audioadsprpcd
129PRODUCT_PACKAGES += vendor.qti.audio-adsprpc-service.rc
Vignesh Kulothungan92a38712019-12-23 14:54:19 -0800130
131ifneq ($(strip $(TARGET_USES_RRO)), true)
132#Audio Specific device overlays
133DEVICE_PACKAGE_OVERLAYS += vendor/qcom/opensource/audio-hal/primary-hal/configs/common/overlay
134endif
135
136PRODUCT_COPY_FILES += \
137 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/audio_io_policy.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_io_policy.conf \
138 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/audio_effects.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.conf \
139 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.xml \
140 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/sound_trigger_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sound_trigger_platform_info.xml \
141 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/audio_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_platform_info.xml \
142 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/audio_platform_info_qrd.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_platform_info_qrd.xml \
Meng Wang16f0e112020-08-13 15:52:58 +0800143 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/audio_platform_info_hdk.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_platform_info_hdk.xml \
Vignesh Kulothungan92a38712019-12-23 14:54:19 -0800144 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/audio_platform_info_intcodec.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_platform_info_intcodec.xml \
145 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/sound_trigger_mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sound_trigger_mixer_paths.xml \
146 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/sound_trigger_mixer_paths_qrd.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sound_trigger_mixer_paths_qrd.xml \
147 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/sound_trigger_mixer_paths_cdp.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sound_trigger_mixer_paths_cdp.xml \
Meng Wang16f0e112020-08-13 15:52:58 +0800148 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/sound_trigger_mixer_paths_hdk.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sound_trigger_mixer_paths_hdk.xml \
Vignesh Kulothungan92a38712019-12-23 14:54:19 -0800149 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths.xml \
150 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/mixer_paths_qrd.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths_qrd.xml \
151 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/mixer_paths_cdp.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths_cdp.xml \
Meng Wang16f0e112020-08-13 15:52:58 +0800152 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/mixer_paths_hdk.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths_hdk.xml \
Vignesh Kulothungan92a38712019-12-23 14:54:19 -0800153 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/audio_tuning_mixer.txt:$(TARGET_COPY_OUT_VENDOR)/etc/audio_tuning_mixer.txt \
Aalique Grahame55570162020-02-10 12:58:47 -0800154 vendor/qcom/opensource/audio-hal/primary-hal/configs/common/media_codecs_vendor_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_vendor_audio.xml \
Vignesh Kulothungan92a38712019-12-23 14:54:19 -0800155 frameworks/native/data/etc/android.hardware.audio.pro.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.pro.xml \
156 frameworks/native/data/etc/android.hardware.audio.low_latency.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.low_latency.xml
157
158#XML Audio configuration files
159ifneq ($(TARGET_USES_AOSP_FOR_AUDIO), true)
160PRODUCT_COPY_FILES += \
161 $(TOPDIR)vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/audio_policy_configuration.xml
162endif
163PRODUCT_COPY_FILES += \
164 $(TOPDIR)vendor/qcom/opensource/audio-hal/primary-hal/configs/common/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml \
165 $(TOPDIR)frameworks/av/services/audiopolicy/config/a2dp_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/a2dp_audio_policy_configuration.xml \
166 $(TOPDIR)frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_volumes.xml \
167 $(TOPDIR)frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml \
168 $(TOPDIR)frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml \
169 $(TOPDIR)frameworks/av/services/audiopolicy/config/usb_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/usb_audio_policy_configuration.xml \
Zhou Songf80dbcc2020-03-22 19:23:15 +0800170 $(TOPDIR)vendor/qcom/opensource/audio-hal/primary-hal/configs/common/bluetooth_qti_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_qti_audio_policy_configuration.xml \
171 $(TOPDIR)vendor/qcom/opensource/audio-hal/primary-hal/configs/common/bluetooth_qti_hearing_aid_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_qti_hearing_aid_audio_policy_configuration.xml
Vignesh Kulothungan92a38712019-12-23 14:54:19 -0800172
Saurav Kumarf51ddec2020-06-12 15:42:59 +0530173#TODO: Delete xml's from obsolete paths
174# Audio configuration xml's related to Lahaina
175QCV_FAMILY_SKUS := lahaina
176DEVICE_SKU := lahaina
177
178PRODUCT_COPY_FILES += \
179 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/audio_io_policy.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/audio_io_policy.conf \
180 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/audio_effects.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/audio_effects.conf \
181 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/audio_effects.xml \
182 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/sound_trigger_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/sound_trigger_platform_info.xml \
183 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/audio_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/audio_platform_info.xml \
184 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/audio_platform_info_qrd.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/audio_platform_info_qrd.xml \
Meng Wang16f0e112020-08-13 15:52:58 +0800185 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/audio_platform_info_hdk.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/audio_platform_info_hdk.xml \
Saurav Kumarf51ddec2020-06-12 15:42:59 +0530186 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/audio_platform_info_intcodec.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/audio_platform_info_intcodec.xml \
187 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/sound_trigger_mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/sound_trigger_mixer_paths.xml \
188 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/sound_trigger_mixer_paths_qrd.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/sound_trigger_mixer_paths_qrd.xml \
189 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/sound_trigger_mixer_paths_cdp.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/sound_trigger_mixer_paths_cdp.xml \
Meng Wang16f0e112020-08-13 15:52:58 +0800190 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/sound_trigger_mixer_paths_hdk.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/sound_trigger_mixer_paths_hdk.xml\
Saurav Kumarf51ddec2020-06-12 15:42:59 +0530191 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/mixer_paths.xml \
192 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/mixer_paths_qrd.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/mixer_paths_qrd.xml \
193 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/mixer_paths_cdp.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/mixer_paths_cdp.xml \
Meng Wang16f0e112020-08-13 15:52:58 +0800194 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/mixer_paths_hdk.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/mixer_paths_hdk.xml \
Saurav Kumar82fec4a2020-08-03 19:47:34 +0530195 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/audio_tuning_mixer.txt:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/audio_tuning_mixer.txt \
196 frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/default_volume_tables.xml \
197 frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/r_submix_audio_policy_configuration.xml \
198 frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/audio_policy_volumes.xml
Saurav Kumarf51ddec2020-06-12 15:42:59 +0530199
200#Copy generic APM XML file to common folder for runtime copy
201PRODUCT_COPY_FILES += \
202 vendor/qcom/opensource/audio-hal/primary-hal/configs/common/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/audio_policy_configuration.xml
203
204# Audio configuration xml's common to Lahaina family
205PRODUCT_COPY_FILES += \
206$(foreach DEVICE_SKU, $(QCV_FAMILY_SKUS), \
207 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)_qssi/audio_policy_configuration.xml)
208
Vatsal Buchaed32d302020-08-27 12:52:00 +0530209QCV_FAMILY_SKUS := shima
210DEVICE_SKU := shima
Vatsal Bucha49868cd2020-07-10 15:27:05 +0530211
212PRODUCT_COPY_FILES += \
213 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/audio_io_policy.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/audio_io_policy.conf \
214 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/audio_effects.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/audio_effects.conf \
215 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/audio_effects.xml \
216 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/sound_trigger_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/sound_trigger_platform_info.xml \
217 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/audio_platform_info_shimaidp.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/audio_platform_info_shimaidp.xml \
Xiaojun Sang12e14432020-08-05 17:25:52 +0800218 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/audio_platform_info_shimaqrd.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/audio_platform_info_shimaqrd.xml \
Vatsal Bucha49868cd2020-07-10 15:27:05 +0530219 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/audio_platform_info_intcodec.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/audio_platform_info_intcodec.xml \
220 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/sound_trigger_mixer_paths_shimaidp.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/sound_trigger_mixer_paths_shimaidp.xml \
221 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/sound_trigger_mixer_paths_shimaidps.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/sound_trigger_mixer_paths_shimaidps.xml \
Xiaojun Sang12e14432020-08-05 17:25:52 +0800222 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/sound_trigger_mixer_paths_shimaqrd.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/sound_trigger_mixer_paths_shimaqrd.xml \
Vatsal Bucha49868cd2020-07-10 15:27:05 +0530223 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/mixer_paths_shimaidp.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/mixer_paths_shimaidp.xml \
224 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/mixer_paths_shimaidps.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/mixer_paths_shimaidps.xml \
Xiaojun Sang12e14432020-08-05 17:25:52 +0800225 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/mixer_paths_shimaqrd.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/mixer_paths_shimaqrd.xml \
Jaideep Sharmaa810bda2020-10-16 11:04:14 +0530226 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/audio_tuning_mixer.txt:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/audio_tuning_mixer.txt \
227 frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/default_volume_tables.xml \
228 frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/r_submix_audio_policy_configuration.xml \
229 frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/audio_policy_volumes.xml
230
Vatsal Bucha49868cd2020-07-10 15:27:05 +0530231
232#Copy generic APM XML file to common folder for runtime copy
233PRODUCT_COPY_FILES += \
234 vendor/qcom/opensource/audio-hal/primary-hal/configs/common/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/audio_policy_configuration.xml
235
236# Audio configuration xml's common to cedros family
237PRODUCT_COPY_FILES += \
238$(foreach DEVICE_SKU, $(QCV_FAMILY_SKUS), \
239 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)_qssi/audio_policy_configuration.xml)
240
Vatsal Bucha3bc02f22020-11-25 17:36:26 +0530241QCV_FAMILY_SKUS := yupik
242DEVICE_SKU := yupik
243
244PRODUCT_COPY_FILES += \
245 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/audio_io_policy.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/audio_io_policy.conf \
246 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/audio_effects.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/audio_effects.conf \
247 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/audio_effects.xml \
248 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/sound_trigger_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/sound_trigger_platform_info.xml \
249 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/audio_platform_info_intcodec.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/audio_platform_info_intcodec.xml \
xsang9e5600c2020-12-02 11:02:23 +0800250 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/audio_platform_info_yupikqrd.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/audio_platform_info_yupikqrd.xml \
Vatsal Bucha3bc02f22020-11-25 17:36:26 +0530251 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/sound_trigger_mixer_paths_yupikidp.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/sound_trigger_mixer_paths_yupikidp.xml \
252 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/sound_trigger_mixer_paths_yupikqrd.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/sound_trigger_mixer_paths_yupikqrd.xml \
253 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/mixer_paths_yupikidp.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/mixer_paths_yupikidp.xml \
254 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/mixer_paths_yupikqrd.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/mixer_paths_yupikqrd.xml \
255 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/audio_tuning_mixer.txt:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/audio_tuning_mixer.txt \
256 frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/default_volume_tables.xml \
257 frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/r_submix_audio_policy_configuration.xml \
258 frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/audio_policy_volumes.xml
259
260
261#Copy generic APM XML file to common folder for runtime copy
262PRODUCT_COPY_FILES += \
263 vendor/qcom/opensource/audio-hal/primary-hal/configs/common/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)/audio_policy_configuration.xml
264
265# Audio configuration xml's common to yupik family
266PRODUCT_COPY_FILES += \
267$(foreach DEVICE_SKU, $(QCV_FAMILY_SKUS), \
268 vendor/qcom/opensource/audio-hal/primary-hal/configs/lahaina/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_$(DEVICE_SKU)_qssi/audio_policy_configuration.xml)
269
Vignesh Kulothungan92a38712019-12-23 14:54:19 -0800270# Low latency audio buffer size in frames
271PRODUCT_PROPERTY_OVERRIDES += \
272 vendor.audio_hal.period_size=192
273
274##Ambisonic Capture
275PRODUCT_PROPERTY_OVERRIDES += \
276persist.vendor.audio.ambisonic.capture=false \
277persist.vendor.audio.ambisonic.auto.profile=false
278
279PRODUCT_PROPERTY_OVERRIDES += \
280persist.vendor.audio.apptype.multirec.enabled=false
281
282##fluencetype can be "fluence" or "fluencepro" or "none"
283PRODUCT_PROPERTY_OVERRIDES += \
284ro.vendor.audio.sdk.fluencetype=none\
285persist.vendor.audio.fluence.voicecall=true\
286persist.vendor.audio.fluence.voicerec=false\
287persist.vendor.audio.fluence.speaker=true\
288persist.vendor.audio.fluence.tmic.enabled=false
289
Sudheer Papothi20b771e2020-05-29 05:15:02 +0530290##speaker protection v4 switch and ADSP AFE API version
Vignesh Kulothungan92a38712019-12-23 14:54:19 -0800291PRODUCT_PROPERTY_OVERRIDES += \
Sudheer Papothi20b771e2020-05-29 05:15:02 +0530292persist.vendor.audio.speaker.prot.enable=true\
293persist.vendor.audio.spv4.enable=true\
294persist.vendor.audio.avs.afe_api_version=9
Vignesh Kulothungan92a38712019-12-23 14:54:19 -0800295
Ajender Reddyd8735de2020-12-03 18:54:34 +0530296##bcl aka vbat monitor feature enable by default
297PRODUCT_PROPERTY_OVERRIDES += \
298persist.vendor.audio.vbat.enabled=true\
299persist.vendor.audio.bcl.enabled=true\
300
Vignesh Kulothungan92a38712019-12-23 14:54:19 -0800301#disable tunnel encoding
302PRODUCT_PROPERTY_OVERRIDES += \
303vendor.audio.tunnel.encode=false
304
305#Disable RAS Feature by default
306PRODUCT_PROPERTY_OVERRIDES += \
307persist.vendor.audio.ras.enabled=false
308
309#Buffer size in kbytes for compress offload playback
310PRODUCT_PROPERTY_OVERRIDES += \
311vendor.audio.offload.buffer.size.kb=32
312
Vignesh Kulothungan92a38712019-12-23 14:54:19 -0800313#Enable audio track offload by default
314PRODUCT_PROPERTY_OVERRIDES += \
315vendor.audio.offload.track.enable=true
316
Vignesh Kulothungan92a38712019-12-23 14:54:19 -0800317#enable voice path for PCM VoIP by default
318PRODUCT_PROPERTY_OVERRIDES += \
319vendor.voice.path.for.pcm.voip=true
320
321#Enable multi channel aac through offload
322PRODUCT_PROPERTY_OVERRIDES += \
323vendor.audio.offload.multiaac.enable=true
324
325#Enable DS2, Hardbypass feature for Dolby
326PRODUCT_PROPERTY_OVERRIDES += \
327vendor.audio.dolby.ds2.enabled=false\
328vendor.audio.dolby.ds2.hardbypass=false
329
330#Disable Multiple offload sesison
331PRODUCT_PROPERTY_OVERRIDES += \
332vendor.audio.offload.multiple.enabled=false
333
334#Disable Compress passthrough playback
335PRODUCT_PROPERTY_OVERRIDES += \
336vendor.audio.offload.passthrough=false
337
338#Disable surround sound recording
339PRODUCT_PROPERTY_OVERRIDES += \
340ro.vendor.audio.sdk.ssr=false
341
342#enable dsp gapless mode by default
343PRODUCT_PROPERTY_OVERRIDES += \
344vendor.audio.offload.gapless.enabled=true
345
346#enable pbe effects
347PRODUCT_PROPERTY_OVERRIDES += \
348vendor.audio.safx.pbe.enabled=false
349
350#parser input buffer size(256kb) in byte stream mode
351PRODUCT_PROPERTY_OVERRIDES += \
352vendor.audio.parser.ip.buffer.size=262144
353
354#flac sw decoder 24 bit decode capability
355PRODUCT_PROPERTY_OVERRIDES += \
356vendor.audio.flac.sw.decoder.24bit=true
357
Jaideep Sharma603ca642020-09-16 08:42:57 +0530358#timeout crash duration set to 20sec before system is ready.
359#timeout duration updates to default timeout of 5sec once the system is ready.
360PRODUCT_PROPERTY_OVERRIDES += \
361vendor.audio.hal.boot.timeout.ms=20000
362
Vignesh Kulothungan92a38712019-12-23 14:54:19 -0800363#split a2dp DSP supported encoder list
364PRODUCT_PROPERTY_OVERRIDES += \
365persist.vendor.bt.a2dp_offload_cap=sbc-aptx-aptxtws-aptxhd-aac-ldac
366
367# A2DP offload support
368PRODUCT_PROPERTY_OVERRIDES += \
369ro.bluetooth.a2dp_offload.supported=true
370
371# Disable A2DP offload
372PRODUCT_PROPERTY_OVERRIDES += \
373persist.bluetooth.a2dp_offload.disabled=false
374
375# A2DP offload DSP supported encoder list
376PRODUCT_PROPERTY_OVERRIDES += \
Manisha Agarwald45632b2019-10-17 18:14:28 +0800377persist.bluetooth.a2dp_offload.cap=sbc-aac-aptx-aptxhd-ldac-lc3
Vignesh Kulothungan92a38712019-12-23 14:54:19 -0800378
379#enable software decoders for ALAC and APE
380PRODUCT_PROPERTY_OVERRIDES += \
381vendor.audio.use.sw.alac.decoder=true
382PRODUCT_PROPERTY_OVERRIDES += \
383vendor.audio.use.sw.ape.decoder=true
384
Fawad Shaukat37eda032020-03-29 08:23:02 -0700385#enable software decoder for MPEG-H
386PRODUCT_PROPERTY_OVERRIDES += \
387vendor.audio.use.sw.mpegh.decoder=true
388
Vignesh Kulothungan92a38712019-12-23 14:54:19 -0800389#enable hw aac encoder by default
390PRODUCT_PROPERTY_OVERRIDES += \
391vendor.audio.hw.aac.encoder=true
392
Vignesh Kulothungan92a38712019-12-23 14:54:19 -0800393#Set HAL buffer size to samples equal to 3 ms
394PRODUCT_PROPERTY_OVERRIDES += \
395vendor.audio_hal.in_period_size=144
396
397#Set HAL buffer size to 3 ms
398PRODUCT_PROPERTY_OVERRIDES += \
399vendor.audio_hal.period_multiplier=3
400
401#ADM Buffering size in ms
402PRODUCT_PROPERTY_OVERRIDES += \
403vendor.audio.adm.buffering.ms=2
404
405#enable headset calibration
406PRODUCT_PROPERTY_OVERRIDES += \
407vendor.audio.volume.headset.gain.depcal=true
408
409#enable dualmic fluence for voice communication
410PRODUCT_PROPERTY_OVERRIDES += \
411persist.audio.fluence.voicecomm=true
Aalique Grahame55570162020-02-10 12:58:47 -0800412
413ifneq ($(GENERIC_ODM_IMAGE),true)
414$(warning "Enabling codec2.0 SW only for non-generic odm build variant")
415#Rank OMX SW codecs lower than OMX HW codecs
416PRODUCT_PROPERTY_OVERRIDES += debug.stagefright.omx_default_rank=0
417endif
Vignesh Kulothungan92a38712019-12-23 14:54:19 -0800418endif
419
420USE_XML_AUDIO_POLICY_CONF := 1
421
422#enable keytone FR
423PRODUCT_PROPERTY_OVERRIDES += \
424vendor.audio.hal.output.suspend.supported=true
425
426#Enable AAudio MMAP/NOIRQ data path
427#2 is AAUDIO_POLICY_AUTO so it will try MMAP then fallback to Legacy path
428PRODUCT_PROPERTY_OVERRIDES += aaudio.mmap_policy=2
429#Allow EXCLUSIVE then fall back to SHARED.
430PRODUCT_PROPERTY_OVERRIDES += aaudio.mmap_exclusive_policy=2
431PRODUCT_PROPERTY_OVERRIDES += aaudio.hw_burst_min_usec=2000
432
433
434#enable mirror-link feature
435PRODUCT_PROPERTY_OVERRIDES += \
436vendor.audio.enable.mirrorlink=false
437
438#enable voicecall speaker stereo
439PRODUCT_PROPERTY_OVERRIDES += \
440persist.vendor.audio.voicecall.speaker.stereo=true
441
442#enable AAC frame ctl for A2DP sinks
443PRODUCT_PROPERTY_OVERRIDES += \
444persist.vendor.bt.aac_frm_ctl.enabled=true
445
Zhou Song9b7822f2020-03-16 10:29:58 +0800446#enable VBR frame ctl
447PRODUCT_PROPERTY_OVERRIDES += \
448persist.vendor.bt.aac_vbr_frm_ctl.enabled=true
449
Zhou Songf80dbcc2020-03-22 19:23:15 +0800450#enable dedicated proxy for hearing aid
451PRODUCT_PROPERTY_OVERRIDES += \
452persist.vendor.audio.ha_proxy.enabled=true
453
Vignesh Kulothungan92a38712019-12-23 14:54:19 -0800454#add dynamic feature flags here
455PRODUCT_PROPERTY_OVERRIDES += \
456vendor.audio.feature.a2dp_offload.enable=true \
457vendor.audio.feature.afe_proxy.enable=true \
458vendor.audio.feature.anc_headset.enable=false \
459vendor.audio.feature.battery_listener.enable=true \
460vendor.audio.feature.compr_cap.enable=false \
461vendor.audio.feature.compress_in.enable=true \
462vendor.audio.feature.compress_meta_data.enable=true \
463vendor.audio.feature.compr_voip.enable=false \
464vendor.audio.feature.concurrent_capture.enable=true \
465vendor.audio.feature.custom_stereo.enable=true \
466vendor.audio.feature.display_port.enable=true \
467vendor.audio.feature.dsm_feedback.enable=false \
468vendor.audio.feature.dynamic_ecns.enable=true \
469vendor.audio.feature.ext_hw_plugin.enable=false \
470vendor.audio.feature.external_dsp.enable=false \
471vendor.audio.feature.external_speaker.enable=false \
472vendor.audio.feature.external_speaker_tfa.enable=false \
473vendor.audio.feature.fluence.enable=true \
474vendor.audio.feature.fm.enable=true \
475vendor.audio.feature.hdmi_edid.enable=true \
476vendor.audio.feature.hdmi_passthrough.enable=true \
477vendor.audio.feature.hfp.enable=true \
478vendor.audio.feature.hifi_audio.enable=false \
479vendor.audio.feature.hwdep_cal.enable=false \
480vendor.audio.feature.incall_music.enable=true \
481vendor.audio.feature.multi_voice_session.enable=true \
482vendor.audio.feature.keep_alive.enable=true \
483vendor.audio.feature.kpi_optimize.enable=true \
484vendor.audio.feature.maxx_audio.enable=false \
485vendor.audio.feature.ras.enable=true \
486vendor.audio.feature.record_play_concurency.enable=false \
487vendor.audio.feature.src_trkn.enable=true \
488vendor.audio.feature.spkr_prot.enable=true \
489vendor.audio.feature.ssrec.enable=true \
490vendor.audio.feature.usb_offload.enable=true \
491vendor.audio.feature.usb_offload_burst_mode.enable=true \
492vendor.audio.feature.usb_offload_sidetone_volume.enable=false \
493vendor.audio.feature.deepbuffer_as_primary.enable=false \
494vendor.audio.feature.vbat.enable=true \
495vendor.audio.feature.wsa.enable=false \
496vendor.audio.feature.audiozoom.enable=false \
Kunlei Zhang62a93402020-04-27 20:30:59 +0800497vendor.audio.feature.snd_mon.enable=true \
498vendor.audio.feature.power_mode.enable=true
Vignesh Kulothungan92a38712019-12-23 14:54:19 -0800499
500# for HIDL related packages
501PRODUCT_PACKAGES += \
502 android.hardware.audio@2.0-service \
503 android.hardware.audio@2.0-impl \
504 android.hardware.audio.effect@2.0-impl \
505 android.hardware.soundtrigger@2.1-impl \
506 android.hardware.audio@4.0 \
507 android.hardware.audio.common@4.0 \
508 android.hardware.audio.common@4.0-util \
509 android.hardware.audio@4.0-impl \
510 android.hardware.audio.effect@4.0 \
Jaideep Sharmaaadb90e2020-10-14 14:45:31 +0530511 android.hardware.audio.effect@4.0-impl
Vignesh Kulothungan92a38712019-12-23 14:54:19 -0800512
513# enable audio hidl hal 5.0
514PRODUCT_PACKAGES += \
515 android.hardware.audio@5.0 \
516 android.hardware.audio.common@5.0 \
517 android.hardware.audio.common@5.0-util \
518 android.hardware.audio@5.0-impl \
519 android.hardware.audio.effect@5.0 \
520 android.hardware.audio.effect@5.0-impl
521
Jaideep Sharmaab2c9ca2020-02-18 10:45:19 +0530522# enable audio hidl hal 6.0
523PRODUCT_PACKAGES += \
524 android.hardware.audio@6.0 \
525 android.hardware.audio.common@6.0 \
526 android.hardware.audio.common@6.0-util \
527 android.hardware.audio@6.0-impl \
528 android.hardware.audio.effect@6.0 \
529 android.hardware.audio.effect@6.0-impl
530
Vignesh Kulothungan92a38712019-12-23 14:54:19 -0800531# enable sound trigger hidl hal 2.2
532PRODUCT_PACKAGES += \
533 android.hardware.soundtrigger@2.2-impl \
534
Harshal Ahire3656f712020-08-11 22:29:27 +0530535# enable sound trigger hidl hal 2.3
536PRODUCT_PACKAGES += \
537 android.hardware.soundtrigger@2.3-impl \
538
Vignesh Kulothungan92a38712019-12-23 14:54:19 -0800539PRODUCT_PACKAGES_ENG += \
540 VoicePrintTest \
541 VoicePrintDemo
542
543PRODUCT_PACKAGES_DEBUG += \
544 AudioSettings
Vignesh Kulothungane48106d2020-01-10 12:06:05 -0800545
546ifeq ($(strip $(AUDIO_FEATURE_ENABLED_DEV_ARBI)),true)
547PRODUCT_PACKAGES_DEBUG += \
548 libaudiodevarb
549endif
550
551ifeq ($(call is-vendor-board-platform,QCOM),true)
552ifeq ($(call is-platform-sdk-version-at-least,28),true)
553PRODUCT_PACKAGES_DEBUG += \
554 libqti_resampler_headers \
555 lib_soundmodel_headers \
556 libqti_vraudio_headers
557endif
558ifeq ($(strip $(AUDIO_FEATURE_ENABLED_3D_AUDIO)),true)
559PRODUCT_PACKAGES_DEBUG += \
560 libvr_object_engine \
561 libvr_amb_engine \
562 libhoaeffects_csim
563endif
564endif
565
566ifeq ($(strip $(BOARD_SUPPORTS_SOUND_TRIGGER)),true)
567PRODUCT_PACKAGES_DEBUG += \
568 libadpcmdec
569endif
Meng Wang4c32fb42020-01-16 17:57:11 +0800570
571AUDIO_FEATURE_ENABLED_GKI := true