Merge "audio: separate audio hal hidl/aidl by project" into main

This commit is contained in:
Treehugger Robot 2023-12-28 01:48:33 +00:00 committed by Android (Google) Code Review
commit 29e115e63e
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,5 @@
USE_AUDIO_HAL_AIDL := true
DEVICE_MANIFEST_FILE += device/google/gs-common/audio/aidl/manifest.xml
# Audio HALs

View file

@ -6,7 +6,7 @@ PRODUCT_PACKAGES += \
libmahalcontroller \
libAlgFx_HiFi3z
ifneq ($(RELEASE_PIXEL_AIDL_AUDIO_HAL),true)
ifneq ($(USE_AUDIO_HAL_AIDL),true)
## AudioHAL Configurations
PRODUCT_COPY_FILES += \
frameworks/av/services/audiopolicy/config/a2dp_audio_policy_configuration_7_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/a2dp_audio_policy_configuration_7_0.xml \