Merge "audio: define USE_AUDIO_HAL_AIDL by project" into main

This commit is contained in:
Jasmine Cha 2024-01-04 01:59:00 +00:00 committed by Android (Google) Code Review
commit 159ee8b8f8

View file

@ -33,8 +33,12 @@ $(call inherit-product-if-exists, vendor/qorvo/uwb/qm35-hal/Device.mk)
DEVICE_PACKAGE_OVERLAYS += device/google/comet/comet/overlay DEVICE_PACKAGE_OVERLAYS += device/google/comet/comet/overlay
include device/google/zumapro/device-shipping-common.mk ifeq ($(RELEASE_PIXEL_AIDL_AUDIO_HAL),true)
USE_AUDIO_HAL_AIDL := true
endif
include device/google/comet/audio/comet/audio-tables.mk include device/google/comet/audio/comet/audio-tables.mk
include device/google/zumapro/device-shipping-common.mk
include hardware/google/pixel/vibrator/cs40l26/device.mk include hardware/google/pixel/vibrator/cs40l26/device.mk
include device/google/gs-common/bcmbt/bluetooth.mk include device/google/gs-common/bcmbt/bluetooth.mk
include device/google/gs-common/touch/gti/gti.mk include device/google/gs-common/touch/gti/gti.mk