From dbf1927043c990f3e462b3eaacb4ab6ddf6cd97e Mon Sep 17 00:00:00 2001 From: Lei Ju Date: Wed, 20 Dec 2023 14:50:24 -0800 Subject: [PATCH] Enable multiclient hal on zumapro Test: Various tests are done on zuma devices given which has been in production for a while. Tests done on zumapro devices include: - flashed a zumapro device and observed that the device boots up successfully. - Checking the bugreport and didn't see anything suspicious. - Verify that there is not any sepolicy violation related to the multiclient HAL. Bug: 247124878 Change-Id: Iaae483761c8163a34aaeb86651e1b9f6f51dfb5a --- device.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/device.mk b/device.mk index 00fdc8b..137b4ed 100644 --- a/device.mk +++ b/device.mk @@ -76,7 +76,7 @@ PRODUCT_SOONG_NAMESPACES += \ hardware/google/pixel \ device/google/zumapro \ device/google/zumapro/powerstats \ - system/chre/host/hal_generic \ + vendor/google_devices/common/chre/host/hal \ vendor/google/whitechapel/tools \ vendor/google/interfaces \ vendor/google_devices/common/proprietary/confirmatioui_hal \ @@ -401,7 +401,8 @@ PRODUCT_PACKAGES += \ ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT))) PRODUCT_PACKAGES += \ chre_power_test_client \ - chre_test_client + chre_test_client \ + chre_aidl_hal_client endif ## hal @@ -410,9 +411,8 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.context_hub.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.context_hub.xml ## Enable the CHRE Daemon -CHRE_USF_DAEMON_ENABLED := true +CHRE_USF_DAEMON_ENABLED := false PRODUCT_PACKAGES += \ - chre \ preloaded_nanoapps.json # Filesystem management tools