[zumapro] Use common settings for chre HAL
Bug: 248615564 Test: compilation Change-Id: I4ddb726d5c73a69f4a9319f680b8945b3fc96a72
This commit is contained in:
parent
3568febf01
commit
d1fc303275
1 changed files with 4 additions and 5 deletions
|
@ -396,17 +396,16 @@ PRODUCT_HOST_PACKAGES += \
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
messaging
|
messaging
|
||||||
|
|
||||||
# Contexthub HAL
|
# CHRE
|
||||||
PRODUCT_PACKAGES += \
|
## tools
|
||||||
android.hardware.contexthub-service.generic
|
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
|
## hal
|
||||||
|
include device/google/gs-common/chre/hal.mk
|
||||||
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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue