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

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

Change-Id: I0584f1e69ef2deddfc61e8cb5e4cb7d9ec7e14cc
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:13:03 +00:00 committed by Automerger Merge Worker
commit 5ca305b99f

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)