Merge "Add chre dedicated channel and start using them in chre_daemon." into udc-qpr-dev
This commit is contained in:
commit
533b314bea
2 changed files with 5 additions and 0 deletions
|
@ -151,6 +151,10 @@
|
||||||
/dev/acd-com.google.usf 0660 system system
|
/dev/acd-com.google.usf 0660 system system
|
||||||
/dev/acd-com.google.usf.non_wake_up 0660 system system
|
/dev/acd-com.google.usf.non_wake_up 0660 system system
|
||||||
|
|
||||||
|
# CHRE (USF)
|
||||||
|
/dev/acd-com.google.chre 0660 system system
|
||||||
|
/dev/acd-com.google.chre.non_wake_up 0660 system system
|
||||||
|
|
||||||
# LWIS
|
# LWIS
|
||||||
/dev/lwis* 0660 system system
|
/dev/lwis* 0660 system system
|
||||||
|
|
||||||
|
|
|
@ -393,6 +393,7 @@ PRODUCT_COPY_FILES += \
|
||||||
|
|
||||||
## Enable the CHRE Daemon
|
## Enable the CHRE Daemon
|
||||||
CHRE_USF_DAEMON_ENABLED := true
|
CHRE_USF_DAEMON_ENABLED := true
|
||||||
|
CHRE_DEDICATED_TRANSPORT_CHANNEL_ENABLED := true
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
chre \
|
chre \
|
||||||
preloaded_nanoapps.json
|
preloaded_nanoapps.json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue