audio: check USE_AUDIO_HAL_AIDL instead of trunk flag

Bug: 317745810
Test: manual test b/317745810#comment3

Change-Id: I223aaff717e4b84940640b1e5cff57decddaf111
Signed-off-by: Jasmine Cha <chajasmine@google.com>
This commit is contained in:
Jasmine Cha 2024-01-02 16:39:07 +08:00
parent aa0edc38fb
commit 0ded8d1e2c

View file

@ -1009,7 +1009,7 @@ PRODUCT_PACKAGES += \
# Audio
# Audio HAL Server & Default Implementations
ifeq ($(RELEASE_PIXEL_AIDL_AUDIO_HAL),true)
ifeq ($(USE_AUDIO_HAL_AIDL),true)
include device/google/gs-common/audio/aidl.mk
else
include device/google/gs-common/audio/hidl_zuma.mk