Merge "Enable CHRE components for gs201"

This commit is contained in:
TreeHugger Robot 2021-08-18 17:24:05 +00:00 committed by Android (Google) Code Review
commit af11b608f1

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 += \