device_google_gs101/system_ext/private/platform_app.te
Joshua McCloskey 517ab7da4d Allow platform apps to access FP Hal
Bug: 227247855
Test: Verified manually that the fingerprint extension is working.
Change-Id: Ia8fedcb373e23bf2103803195f844bf90b1807bc
2022-04-14 21:44:11 +00:00

5 lines
181 B
Text

# allow systemui to set boot animation colors
set_prop(platform_app, bootanim_system_prop);
# allow systemui to access fingerprint
hal_client_domain(platform_app, hal_fingerprint)