Merge changes from topic "presubmit-am-36a18669628e494aa03061fbd2edd086" into sc-v2-dev-plus-aosp
* changes:
[automerge] Build with spatializer feature 2p: 9b73dc2c31
Build with spatializer feature
This commit is contained in:
commit
f2eebe6844
1 changed files with 6 additions and 1 deletions
|
@ -940,7 +940,8 @@ PRODUCT_PACKAGES += \
|
||||||
audio.r_submix.default \
|
audio.r_submix.default \
|
||||||
libamcsextfile \
|
libamcsextfile \
|
||||||
audio_amcs_ext \
|
audio_amcs_ext \
|
||||||
|
libspatialaudio \
|
||||||
|
librondo
|
||||||
|
|
||||||
#Audio Vendor libraries
|
#Audio Vendor libraries
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
@ -973,6 +974,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
ro.audio.monitorRotation = true \
|
ro.audio.monitorRotation = true \
|
||||||
ro.audio.offload_wakelock=false
|
ro.audio.offload_wakelock=false
|
||||||
|
|
||||||
|
# DO NOT SUBMIT declare use of spatial audio
|
||||||
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
ro.audio.spatializer_enabled=true
|
||||||
|
|
||||||
ifeq (,$(filter aosp_%,$(TARGET_PRODUCT)))
|
ifeq (,$(filter aosp_%,$(TARGET_PRODUCT)))
|
||||||
# IAudioMetricExt HIDL
|
# IAudioMetricExt HIDL
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue