audio: define USE_AUDIO_HAL_AIDL by project
Bug: 317745810 Test: manual test. (check audio_policy and hal version) Change-Id: I410545d3f07126db72dbbb247ae45c264c7e0787 Signed-off-by: Jasmine Cha <chajasmine@google.com>
This commit is contained in:
parent
342aa6f571
commit
60fbce1c48
2 changed files with 8 additions and 0 deletions
|
@ -48,6 +48,10 @@ PRODUCT_COPY_FILES += \
|
||||||
|
|
||||||
CAMERA_PRODUCT ?= husky
|
CAMERA_PRODUCT ?= husky
|
||||||
|
|
||||||
|
ifeq ($(RELEASE_PIXEL_AIDL_AUDIO_HAL_ZUMA),true)
|
||||||
|
USE_AUDIO_HAL_AIDL := true
|
||||||
|
endif
|
||||||
|
|
||||||
include device/google/shusky/camera/camera.mk
|
include device/google/shusky/camera/camera.mk
|
||||||
include device/google/shusky/audio/husky/audio-tables.mk
|
include device/google/shusky/audio/husky/audio-tables.mk
|
||||||
include device/google/zuma/device-shipping-common.mk
|
include device/google/zuma/device-shipping-common.mk
|
||||||
|
|
|
@ -32,6 +32,10 @@ $(call inherit-product-if-exists, vendor/google_devices/shusky/proprietary/Wallp
|
||||||
DEVICE_PACKAGE_OVERLAYS += device/google/shusky/shiba/overlay
|
DEVICE_PACKAGE_OVERLAYS += device/google/shusky/shiba/overlay
|
||||||
CAMERA_PRODUCT ?= shiba
|
CAMERA_PRODUCT ?= shiba
|
||||||
|
|
||||||
|
ifeq ($(RELEASE_PIXEL_AIDL_AUDIO_HAL_ZUMA),true)
|
||||||
|
USE_AUDIO_HAL_AIDL := true
|
||||||
|
endif
|
||||||
|
|
||||||
include device/google/shusky/camera/camera.mk
|
include device/google/shusky/camera/camera.mk
|
||||||
include device/google/shusky/audio/shiba/audio-tables.mk
|
include device/google/shusky/audio/shiba/audio-tables.mk
|
||||||
include device/google/zuma/device-shipping-common.mk
|
include device/google/zuma/device-shipping-common.mk
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue