Merge "Update error on ROM 9486762"
This commit is contained in:
commit
71b801e2b7
3 changed files with 10 additions and 2 deletions
|
@ -68,4 +68,7 @@ dontaudit euiccpixel_app default_android_service:service_manager { find };
|
|||
# b/264489745
|
||||
userdebug_or_eng(`
|
||||
permissive euiccpixel_app;
|
||||
')
|
||||
')# b/265384119
|
||||
dontaudit euiccpixel_app gmscore_app:binder { call };
|
||||
dontaudit euiccpixel_app gmscore_app:binder { transfer };
|
||||
dontaudit euiccpixel_app virtual_device_service:service_manager { find };
|
||||
|
|
|
@ -7,4 +7,6 @@ dontaudit gmscore_app modem_img_file:filesystem { getattr };
|
|||
# b/264489521
|
||||
userdebug_or_eng(`
|
||||
permissive gmscore_app;
|
||||
')
|
||||
')# b/265383359
|
||||
dontaudit gmscore_app euiccpixel_app:binder { call };
|
||||
dontaudit gmscore_app euiccpixel_app:binder { transfer };
|
||||
|
|
|
@ -37,3 +37,6 @@ userdebug_or_eng(`
|
|||
')# b/264606212
|
||||
dontaudit hal_usb_impl hal_thermal_hwservice:hwservice_manager { find };
|
||||
dontaudit hal_usb_impl hidl_manager_hwservice:hwservice_manager { find };
|
||||
# b/265383532
|
||||
dontaudit hal_usb_impl sysfs_batteryinfo:dir { open };
|
||||
dontaudit hal_usb_impl sysfs_batteryinfo:dir { read };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue