Merge "Enable CHRE components for gs201"
This commit is contained in:
commit
af11b608f1
1 changed files with 13 additions and 13 deletions
26
device.mk
26
device.mk
|
@ -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 += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue