Merge "Allow vendor_pbcs_app to search system_app_data_file:dir" into udc-qpr-dev

This commit is contained in:
Utku Utkan 2023-07-13 02:59:32 +00:00 committed by Android (Google) Code Review
commit 82097111db

View File

@ -2,4 +2,6 @@ type vendor_pbcs_app, domain, coredomain;
app_domain(vendor_pbcs_app);
allow vendor_pbcs_app system_app_data_file:dir search;
allow vendor_pbcs_app app_api_service:service_manager find;