1pixel_bugreport(dump_camera)
2
3userdebug_or_eng(`
4  allow dump_camera vendor_camera_data_file:dir r_dir_perms;
5  allow dump_camera vendor_camera_data_file:file create_file_perms;
6  allow dump_camera radio_vendor_data_file:dir create_dir_perms;
7  allow dump_camera radio_vendor_data_file:file create_file_perms;
8  get_prop(dump_camera, vendor_camera_debug_prop)
9')
10