Allow platform apps to access FP Hal

Bug: 227247855
Test: Verified manually that the fingerprint extension is working.
Change-Id: Ia8fedcb373e23bf2103803195f844bf90b1807bc
This commit is contained in:
Joshua McCloskey 2022-04-06 22:33:26 +00:00 committed by Joshua Mccloskey
parent 0cfdc0266c
commit 517ab7da4d

View file

@ -1,2 +1,5 @@
# allow systemui to set boot animation colors # allow systemui to set boot animation colors
set_prop(platform_app, bootanim_system_prop); set_prop(platform_app, bootanim_system_prop);
# allow systemui to access fingerprint
hal_client_domain(platform_app, hal_fingerprint)