[SELinux] Add access hal_power_stats policy for gyotaku_app

Bug: 303172531

Test: Local build and tested pass.

Change-Id: Ib3f4e489af0ca0032ed837fbd954805f20516ebe
This commit is contained in:
klinesjiang 2023-11-13 12:10:43 +08:00 committed by Klines Jiang
parent 09b9f193ff
commit 4bd57dfa27

View File

@ -22,4 +22,7 @@ userdebug_or_eng(`
# For persistent property use
get_prop(gyotaku_app, logpersistd_logging_prop);
# For access hal_power_stats
hal_client_domain(gyotaku_app, hal_power_stats);
')