Merge "gs101-sepolicy: Allow platform_app to call uwb" into sc-dev am: 9573fc21a0

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

Change-Id: Ia285a61d54b3467eb56b0ae0964c1042d38f5ae2
This commit is contained in:
TreeHugger Robot 2021-04-22 22:39:04 +00:00 committed by Automerger Merge Worker
commit ccace2f90f

View file

@ -5,6 +5,7 @@ allow platform_app hal_wlc_hwservice:hwservice_manager find;
binder_call(platform_app, hal_wlc)
allow platform_app nfc_service:service_manager find;
allow platform_app uwb_service:service_manager find;
allow platform_app fwk_stats_service:service_manager find;
binder_use(platform_app)