1pixel_bugreport(dump_gps)
2
3userdebug_or_eng(`
4  allow dump_gps radio_vendor_data_file:dir create_dir_perms;
5  allow dump_gps radio_vendor_data_file:file create_file_perms;
6  allow dump_gps vendor_gps_file:dir r_dir_perms;
7  allow dump_gps vendor_gps_file:file r_file_perms;
8
9  get_prop(dump_gps, vendor_gps_prop)
10')
11