Snap for 9455153 from ca14af53f79c07bef5ec1134a56fe852f4c42a35 to udc-release

Change-Id: Id164d24095eed21efbd0065d1143e550eb81d961
This commit is contained in:
Android Build Coastguard Worker 2023-01-05 02:02:44 +00:00
commit 29cf484194
3 changed files with 4 additions and 0 deletions

1
touch/nvt/nvt.mk Normal file
View File

@ -0,0 +1 @@
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/touch/nvt/sepolicy

View File

@ -0,0 +1 @@
type sysfs_touch, sysfs_type, fs_type;

View File

@ -0,0 +1,2 @@
allow system_server sysfs_touch:dir r_dir_perms;
allow system_server sysfs_touch:file r_file_perms;