mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-01 05:38:17 +00:00
Merge "Enable CHRE components for gs201"
This commit is contained in:
committed by
Android (Google) Code Review
commit
af11b608f1
26
device.mk
26
device.mk
@@ -274,24 +274,24 @@ PRODUCT_PACKAGES += \
|
||||
messaging
|
||||
|
||||
# Contexthub HAL
|
||||
#PRODUCT_PACKAGES += \
|
||||
# android.hardware.contexthub@1.2-service.generic
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.contexthub@1.2-service.generic
|
||||
|
||||
# CHRE tools
|
||||
#ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
#PRODUCT_PACKAGES += \
|
||||
# chre_power_test_client \
|
||||
# chre_test_client
|
||||
#endif
|
||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
PRODUCT_PACKAGES += \
|
||||
chre_power_test_client \
|
||||
chre_test_client
|
||||
endif
|
||||
|
||||
#PRODUCT_COPY_FILES += \
|
||||
# frameworks/native/data/etc/android.hardware.context_hub.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.context_hub.xml
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/android.hardware.context_hub.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.context_hub.xml
|
||||
|
||||
## Enable the CHRE Daemon
|
||||
#CHRE_USF_DAEMON_ENABLED := true
|
||||
#PRODUCT_PACKAGES += \
|
||||
# chre \
|
||||
# preloaded_nanoapps.json
|
||||
CHRE_USF_DAEMON_ENABLED := true
|
||||
PRODUCT_PACKAGES += \
|
||||
chre \
|
||||
preloaded_nanoapps.json
|
||||
|
||||
# Filesystem management tools
|
||||
PRODUCT_PACKAGES += \
|
||||
|
||||
Reference in New Issue
Block a user