Merge "Allow platform apps to access FP Hal" into tm-dev am: 23d2a657fe am: 5ca305b99f

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/17624936

Change-Id: I13c614620ec6ae13b43b21361033ca5f91ad71be
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Joshua Mccloskey 2022-04-15 22:40:00 +00:00 committed by Automerger Merge Worker
commit 3cbf25de67

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)