audio: remove the HIDL SoundDose from AIDL
Bug: 328014856 Test: atest vts_treble_vintf_vendor_test, and confirmed no android_hardware_audio_sounddose_ISoundDoseFactory_default_V2_5 error Change-Id: I10b9b4db65dd9daf0998beb295157a39d2173f38 Signed-off-by: Carter Hsu <carterhsu@google.com>
This commit is contained in:
parent
7e15c18ea4
commit
f26270490e
1 changed files with 3 additions and 1 deletions
|
@ -200,10 +200,12 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.audio.stereo_spatialization_enabled=true
|
||||
|
||||
# Sound Dose
|
||||
ifneq ($(USE_AUDIO_HAL_AIDL),true)
|
||||
# HIDL Sound Dose
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.audio.sounddose-vendor-impl \
|
||||
audio_sounddose_aoc
|
||||
endif
|
||||
|
||||
# Audio CCA property
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue