1pixel_bugreport(dump_gxp)
2
3userdebug_or_eng(`
4  allow dump_gxp radio_vendor_data_file:dir create_dir_perms;
5  allow dump_gxp radio_vendor_data_file:file create_file_perms;
6  allow dump_gxp sscoredump_vendor_data_coredump_file:dir r_dir_perms;
7  allow dump_gxp sscoredump_vendor_data_coredump_file:file r_file_perms;
8  allow dump_gxp sscoredump_vendor_data_crashinfo_file:dir r_dir_perms;
9  allow dump_gxp sscoredump_vendor_data_crashinfo_file:file r_file_perms;
10  # Allow dump_gxp to access gxp properties.
11  get_prop(google_camera_app, vendor_gxp_prop)
12')
13
14