Klines Jiang 64ede7b44c [Gyotaku] Add the dumpLog for gyotaku app
Pixel 5a (barbet) does not support Pixel dump, we need to exclude build
Pixel dump for Pixel 5a (barbet)

Bug: 310110649

Test: Local build and trigger a new bugreport the result passed
Change-Id: Idb712b2b3830f42de21be9942be547d7fcdd929f
2024-02-19 01:56:04 +00:00

12 lines
429 B
Plaintext

pixel_bugreport(dump_gyotaku)
userdebug_or_eng(`
# For access and collecting logs into vendor radio type folder.
allow dump_gyotaku radio_vendor_data_file:dir create_dir_perms;
allow dump_gyotaku radio_vendor_data_file:file create_file_perms;
# For access /data/vendor/ folder.
allow dump_gyotaku gyotaku_vendor_data_file:dir create_dir_perms;
allow dump_gyotaku gyotaku_vendor_data_file:file create_file_perms;
')