mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-02 02:28:22 +00:00
Allow chre to communicate with fwk_stats_service.
Bug: 230788686 Test: Logged atoms using CHRE + log atom extension. Change-Id: I45a207996a28bbe61bbfd4288eaf28e2257cdf52
This commit is contained in:
@@ -17,4 +17,8 @@ usf_low_latency_transport(chre)
|
||||
|
||||
# Allow CHRE to talk to the WiFi HAL
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user