Add chre dedicated channel and start using them in chre_daemon.

Adding the necessary entries to ueventd for gs201 and newer and
enable the flag for chre_daemon to start using the channel.

Bug: 241960170
Test: in-device verification.
Change-Id: Ie53e3c21e6c83f9e184d31fd189cff3e5602bb2b
This commit is contained in:
Luis Delgado de Mendoza Garcia 2023-04-24 16:40:28 -07:00 committed by Treehugger Robot
parent ae51b7425b
commit 03df275b45
2 changed files with 5 additions and 0 deletions

View file

@ -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
/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

View file

@ -373,6 +373,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