From b764d48dd4a334136543636858e3702bc0e04669 Mon Sep 17 00:00:00 2001 From: Anthony Stange Date: Thu, 29 Apr 2021 14:00:10 +0000 Subject: [PATCH] Switch back to generic contexthub HAL Now that USF can support the default fragment size, we can migrate back to the generic HAL. Bug: 168941570 Test: Load nanoapp via HAL Change-Id: I8ddf892cd7c702ab2a549cfff521b24aadd6cf2c --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device.mk b/device.mk index 352d8c6a..79021ff2 100644 --- a/device.mk +++ b/device.mk @@ -233,7 +233,7 @@ PRODUCT_PACKAGES += \ # Contexthub HAL PRODUCT_PACKAGES += \ - android.hardware.contexthub@1.2-service.small_fragments + android.hardware.contexthub@1.2-service.generic # CHRE tools ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))