Merge "Allow CHRE to access the IStats service for the zuma target" into main

This commit is contained in:
Matthew Sedam 2023-10-09 18:18:57 +00:00 committed by Android (Google) Code Review
commit b2592218d6

4
vendor/chre.te vendored
View file

@ -18,3 +18,7 @@ allow chre device:dir r_dir_perms;
# Allow CHRE to use WakeLock # Allow CHRE to use WakeLock
wakelock_use(chre) wakelock_use(chre)
# Allow CHRE host to talk to stats service
allow chre fwk_stats_service:service_manager find;
binder_call(chre, stats_service_server)