Merge "uwb: allow uwb service to access nfc service" into sc-dev

This commit is contained in:
Victor Liu 2021-04-28 20:49:50 +00:00 committed by Android (Google) Code Review
commit 247097a000

View file

@ -6,5 +6,6 @@ add_service(uwb_vendor_app, uwb_vendor_service)
allow uwb_vendor_app app_api_service:service_manager find;
allow uwb_vendor_app hal_uwb_service:service_manager find;
allow uwb_vendor_app nfc_service:service_manager find;
allow uwb_vendor_app uwb_vendor_data_file:dir { getattr search };