Merge "move vendor_executes_system_violators to userdebug" into sc-dev

This commit is contained in:
Adam Shih 2021-04-27 01:01:21 +00:00 committed by Android (Google) Code Review
commit ab9437c069

View file

@ -2,9 +2,9 @@ type sced, domain;
type sced_exec, vendor_file_type, exec_type, file_type; type sced_exec, vendor_file_type, exec_type, file_type;
init_daemon_domain(sced) init_daemon_domain(sced)
userdebug_or_eng(`
typeattribute sced vendor_executes_system_violators; typeattribute sced vendor_executes_system_violators;
userdebug_or_eng(`
hwbinder_use(sced) hwbinder_use(sced)
binder_call(sced, dmd) binder_call(sced, dmd)
binder_call(sced, vendor_telephony_app) binder_call(sced, vendor_telephony_app)