Merge changes Ia32c4b01,I4746bca6

* changes:
  Permissive systemui during bringup stage
  label SystemUI app
This commit is contained in:
TreeHugger Robot 2023-02-09 07:05:46 +00:00 committed by Android (Google) Code Review
commit c7edca28e2
4 changed files with 10 additions and 4 deletions

View file

@ -2,10 +2,7 @@
dontaudit platform_app default_android_service:service_manager { find };
# b/260922162
dontaudit platform_app default_android_service:service_manager { find };
# b/262794428
dontaudit platform_app hal_wlc:binder { call };
dontaudit platform_app hal_wlc:binder { transfer };
# b/264490036
userdebug_or_eng(`
permissive platform_app;
')
')

View file

@ -0,0 +1,4 @@
# b/264266705
userdebug_or_eng(`
permissive systemui_app;
')