• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# To allow setting audio.camerasound.force based on
2# ro.boot.hardware.radio.subtype at boot
3get_prop(vendor_init, vendor_radio_sku_prop)
4set_prop(vendor_init, vendor_build_type_prop)
5
6# To allow set pixel mm_event tracing
7allow vendor_init debugfs_tracing_instances:dir create_dir_perms;
8allow vendor_init debugfs_tracing_instances:file w_file_perms;
9