Allow chre to use WakeLock on whitechapel pro.
Test: Manual test to confirm wakelock is acquired. Bug: 202447392 Change-Id: Iecd3aca411b43abed4c318e9e584b6713ca119a8
This commit is contained in:
parent
13939722ea
commit
b969be2277
1 changed files with 3 additions and 0 deletions
|
@ -22,3 +22,6 @@ 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)
|
||||
|
||||
# Allow CHRE to use WakeLock
|
||||
wakelock_use(chre)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue