Merge "audio: disable audio hal aidl on zuma" into main

This commit is contained in:
Treehugger Robot 2023-12-28 01:48:33 +00:00 committed by Android (Google) Code Review
commit ca57c72496

View file

@ -1027,11 +1027,11 @@ PRODUCT_PACKAGES += \
# Audio # Audio
# Audio HAL Server & Default Implementations # Audio HAL Server & Default Implementations
ifeq ($(RELEASE_PIXEL_AIDL_AUDIO_HAL),true) #ifeq ($(RELEASE_PIXEL_AIDL_AUDIO_HAL),true)
include device/google/gs-common/audio/aidl.mk #include device/google/gs-common/audio/aidl.mk
else #else
include device/google/gs-common/audio/hidl_zuma.mk include device/google/gs-common/audio/hidl_zuma.mk
endif #endif
## AoC soong ## AoC soong
PRODUCT_SOONG_NAMESPACES += \ PRODUCT_SOONG_NAMESPACES += \