Enable CHRE components for gs201

Bug: 194284732
Test: Build and flash firmware
Change-Id: I896cc666fba238e9b429941a51e8a8a3485049e5
This commit is contained in:
Anthony Stange 2021-08-13 19:08:04 +00:00
parent fc34064967
commit 44cf3700a7

View file

@ -274,24 +274,24 @@ PRODUCT_PACKAGES += \
messaging messaging
# Contexthub HAL # Contexthub HAL
#PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
# android.hardware.contexthub@1.2-service.generic android.hardware.contexthub@1.2-service.generic
# CHRE tools # CHRE tools
#ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT))) ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
#PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
# chre_power_test_client \ chre_power_test_client \
# chre_test_client chre_test_client
#endif endif
#PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
# frameworks/native/data/etc/android.hardware.context_hub.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.context_hub.xml frameworks/native/data/etc/android.hardware.context_hub.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.context_hub.xml
## Enable the CHRE Daemon ## Enable the CHRE Daemon
#CHRE_USF_DAEMON_ENABLED := true CHRE_USF_DAEMON_ENABLED := true
#PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
# chre \ chre \
# preloaded_nanoapps.json preloaded_nanoapps.json
# Filesystem management tools # Filesystem management tools
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \