Merge "add sysfs_touch setting for esim firmware upgrade"

This commit is contained in:
Lily Lin 2023-06-12 01:58:58 +00:00 committed by Android (Google) Code Review
commit e1e7cb9242
2 changed files with 12 additions and 0 deletions

6
oriole/euiccpixel_app.te Normal file
View file

@ -0,0 +1,6 @@
# EuiccSupportPixel app
userdebug_or_eng(`
allow euiccpixel_app sysfs_touch:dir search;
')

6
raven/euiccpixel_app.te Normal file
View file

@ -0,0 +1,6 @@
# EuiccSupportPixel app
userdebug_or_eng(`
allow euiccpixel_app sysfs_touch:dir search;
')