Merge changes from topic "375108715" into main

* changes:
  Move camera type back to project
  Remove the duplicate gxp rule
This commit is contained in:
Wilson Sung 2024-10-25 06:35:38 +00:00 committed by Android (Google) Code Review
commit 11ddfc3f82
3 changed files with 1 additions and 6 deletions

View file

@ -1,2 +0,0 @@
# GCA-Eng and GCA-Next
type debug_camera_app, domain;

View file

@ -1,2 +0,0 @@
# GCA-Release and GCA-Dogfood
type google_camera_app, domain;

View file

@ -1,3 +1,4 @@
# Dump GXP logs to bugreport.
pixel_bugreport(dump_gxp)
userdebug_or_eng(`
@ -7,7 +8,5 @@ userdebug_or_eng(`
allow dump_gxp sscoredump_vendor_data_coredump_file:file r_file_perms;
allow dump_gxp sscoredump_vendor_data_crashinfo_file:dir r_dir_perms;
allow dump_gxp sscoredump_vendor_data_crashinfo_file:file r_file_perms;
# Allow dump_gxp to access gxp properties.
get_prop(google_camera_app, vendor_gxp_prop)
')