Allow CHRE to access the IStats service for the zumapro target
This CL also moves the chre.te file from legacy to vendor. Bug: 298459533 Test: Use stats service from chre Change-Id: I6b954983e71b436a0dfef8a50cc2ce352bd14d79
This commit is contained in:
parent
a3abd5ad39
commit
a934af3727
1 changed files with 4 additions and 0 deletions
4
legacy/zuma/vendor/chre.te
vendored
4
legacy/zuma/vendor/chre.te
vendored
|
@ -18,3 +18,7 @@ allow chre chre_data_file:file create_file_perms;
|
|||
|
||||
# Allow CHRE to use WakeLock
|
||||
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue