Merge "Allow platform apps to access FP Hal" into tm-dev

This commit is contained in:
Joshua Mccloskey 2022-04-15 21:39:59 +00:00 committed by Android (Google) Code Review
commit 23d2a657fe

View file

@ -1,2 +1,5 @@
# 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)