From 342aa6f5715c8c0eadd64d2615f6e192a89e89ac Mon Sep 17 00:00:00 2001 From: Jasmine Cha Date: Wed, 3 Jan 2024 10:50:33 +0800 Subject: [PATCH] audio: fix order for hidl tables Bug: 318323269 Test: manual test and check volume curve b/318323269#comment4 Change-Id: Iafd661bffec18359e325f64842063d8227c35823 Signed-off-by: Jasmine Cha --- device-husky.mk | 2 +- device-shiba.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/device-husky.mk b/device-husky.mk index 93d73b9..cb60da0 100644 --- a/device-husky.mk +++ b/device-husky.mk @@ -49,8 +49,8 @@ PRODUCT_COPY_FILES += \ CAMERA_PRODUCT ?= husky include device/google/shusky/camera/camera.mk -include device/google/zuma/device-shipping-common.mk include device/google/shusky/audio/husky/audio-tables.mk +include device/google/zuma/device-shipping-common.mk include hardware/google/pixel/vibrator/cs40l26/device.mk include device/google/gs-common/bcmbt/bluetooth.mk include device/google/gs-common/touch/stm/stm20.mk diff --git a/device-shiba.mk b/device-shiba.mk index 330d180..4156044 100644 --- a/device-shiba.mk +++ b/device-shiba.mk @@ -33,8 +33,8 @@ DEVICE_PACKAGE_OVERLAYS += device/google/shusky/shiba/overlay CAMERA_PRODUCT ?= shiba include device/google/shusky/camera/camera.mk -include device/google/zuma/device-shipping-common.mk include device/google/shusky/audio/shiba/audio-tables.mk +include device/google/zuma/device-shipping-common.mk include hardware/google/pixel/vibrator/cs40l26/device.mk include device/google/gs-common/bcmbt/bluetooth.mk include device/google/gs-common/touch/gti/gti.mk