9 lines
397 B
Text
9 lines
397 B
Text
allow hal_bluetooth_default bt_device:chr_file rw_file_perms;
|
|
|
|
add_hwservice(hal_bluetooth_default, hal_bluetooth_coexistence_hwservice)
|
|
|
|
userdebug_or_eng(`
|
|
allow hal_bluetooth_default sscoredump_vendor_data_crashinfo_file:dir rw_dir_perms;
|
|
allow hal_bluetooth_default sscoredump_vendor_data_crashinfo_file:file { create_file_perms };
|
|
set_prop(hal_bluetooth_default, vendor_ssrdump_prop)
|
|
')
|