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: I62bac2610c81dc24a9a60166f0e5ec3bafa7297f Signed-off-by: Carter Hsu <carterhsu@google.com>
This commit is contained in:
parent
f928eef2bd
commit
65c3514e3a
3 changed files with 12 additions and 6 deletions
|
@ -156,10 +156,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 \
|
||||
audio_sounddose_aoc
|
||||
endif
|
||||
|
||||
# Audio CCA property
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue