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:
Lei Ju 2022-07-26 13:51:21 -07:00
parent 13939722ea
commit b969be2277

View file

@ -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)