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
This commit is contained in:
Anthony Stange 2021-04-29 14:00:10 +00:00 committed by TreeHugger Robot
parent 254e03a21c
commit b764d48dd4

View file

@ -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)))