Snap for 9274385 from 8140a50845 to tm-qpr2-release

Change-Id: Iec078bca1f8102417f083146ed44d23db050c5de
This commit is contained in:
Android Build Coastguard Worker 2022-11-10 00:03:22 +00:00
commit 0d427ac3b1

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 block suspend, which is required to use EPOLLWAKEUP.
allow chre self:global_capability2_class_set block_suspend;