diff --git a/device-husky.mk b/device-husky.mk index cb60da0..0e5d3c8 100644 --- a/device-husky.mk +++ b/device-husky.mk @@ -48,6 +48,10 @@ PRODUCT_COPY_FILES += \ 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/audio/husky/audio-tables.mk include device/google/zuma/device-shipping-common.mk diff --git a/device-shiba.mk b/device-shiba.mk index 4156044..4e7c269 100644 --- a/device-shiba.mk +++ b/device-shiba.mk @@ -32,6 +32,10 @@ $(call inherit-product-if-exists, vendor/google_devices/shusky/proprietary/Wallp DEVICE_PACKAGE_OVERLAYS += device/google/shusky/shiba/overlay 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/audio/shiba/audio-tables.mk include device/google/zuma/device-shipping-common.mk