diff --git a/device-husky.mk b/device-husky.mk index 460d6e1..ef1ebc7 100644 --- a/device-husky.mk +++ b/device-husky.mk @@ -57,6 +57,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 d80f056..70ff205 100644 --- a/device-shiba.mk +++ b/device-shiba.mk @@ -41,6 +41,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