Merge "audio: define USE_AUDIO_HAL_AIDL by project" into main
This commit is contained in:
commit
9fd859bb64
2 changed files with 8 additions and 0 deletions
|
@ -57,6 +57,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
|
||||||
|
|
|
@ -41,6 +41,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