Snap for 12559614 from 22c1045a5c
to 25Q1-release
Change-Id: Iae7db9a4e4ed6f69ce6015f64c95b537f4846d35
This commit is contained in:
commit
b88282cb85
5 changed files with 9 additions and 12 deletions
|
@ -1,2 +0,0 @@
|
||||||
# GCA-Eng and GCA-Next
|
|
||||||
type debug_camera_app, domain;
|
|
|
@ -1,2 +0,0 @@
|
||||||
# GCA-Release and GCA-Dogfood
|
|
||||||
type google_camera_app, domain;
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# Dump GXP logs to bugreport.
|
||||||
pixel_bugreport(dump_gxp)
|
pixel_bugreport(dump_gxp)
|
||||||
|
|
||||||
userdebug_or_eng(`
|
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_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:dir r_dir_perms;
|
||||||
allow dump_gxp sscoredump_vendor_data_crashinfo_file:file r_file_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)
|
|
||||||
')
|
')
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
#!/vendor/bin/sh
|
#!/vendor/bin/sh
|
||||||
|
|
||||||
#############################################################
|
###################################################################
|
||||||
### init.insmod.cfg format: ###
|
### init.insmod.cfg format: ###
|
||||||
### ----------------------------------------------------- ###
|
### ----------------------------------------------------------- ###
|
||||||
### [insmod|setprop|enable/moprobe|wait] [path|prop name] ###
|
### [insmod|setprop|enable|moprobe|rmmod|wait] [path|prop name] ###
|
||||||
### ... ###
|
### ... ###
|
||||||
#############################################################
|
###################################################################
|
||||||
|
|
||||||
modules_dir=
|
modules_dir=
|
||||||
system_modules_dir=
|
system_modules_dir=
|
||||||
|
@ -96,6 +96,7 @@ if [ -f $cfg_file ]; then
|
||||||
modprobe -a -d "${modules_dir}" $arg
|
modprobe -a -d "${modules_dir}" $arg
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
"rmmod") rmmod $arg ;;
|
||||||
"wait") wait_for_file $arg ;;
|
"wait") wait_for_file $arg ;;
|
||||||
esac
|
esac
|
||||||
done < $cfg_file
|
done < $cfg_file
|
||||||
|
|
|
@ -2,3 +2,4 @@ eugenis@google.com
|
||||||
pcc@google.com
|
pcc@google.com
|
||||||
mitchp@google.com
|
mitchp@google.com
|
||||||
fmayer@google.com
|
fmayer@google.com
|
||||||
|
nnk@google.com
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue