Allow chre to communicate with fwk_stats_service.
Bug: 230788686 Test: Logged atoms using CHRE + log atom extension. Change-Id: I0683a224d61cdc8c927360ebad3de115ed431e1a
This commit is contained in:
parent
f939ebb650
commit
c6ea8d1656
1 changed files with 5 additions and 0 deletions
5
whitechapel/vendor/google/chre.te
vendored
5
whitechapel/vendor/google/chre.te
vendored
|
@ -18,3 +18,8 @@ usf_low_latency_transport(chre)
|
||||||
# Allow CHRE to talk to the WiFi HAL
|
# Allow CHRE to talk to the WiFi HAL
|
||||||
allow chre hal_wifi_ext:binder { call transfer };
|
allow chre hal_wifi_ext:binder { call transfer };
|
||||||
allow chre hal_wifi_ext_hwservice:hwservice_manager find;
|
allow chre hal_wifi_ext_hwservice:hwservice_manager find;
|
||||||
|
|
||||||
|
# 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