Move camera text dump to dump_gs101

Bug: 273380985
Test: adb bugreport
Change-Id: Iba138e608885a1215515ec8cc5f5e997dfcfcf3f
This commit is contained in:
Adam Shih 2023-03-27 10:37:02 +08:00
parent feef477d2f
commit 5bfe1bdd6d

View file

@ -3,3 +3,6 @@ allow dump_gs101 sysfs_pixel_stat:dir r_dir_perms;
allow dump_gs101 sysfs_pixel_stat:file r_file_perms; allow dump_gs101 sysfs_pixel_stat:file r_file_perms;
allow dump_gs101 vendor_toolbox_exec:file execute_no_trans; allow dump_gs101 vendor_toolbox_exec:file execute_no_trans;
allow dump_gs101 vendor_camera_data_file:dir r_dir_perms;
allow dump_gs101 vendor_camera_data_file:file r_file_perms;