Merge Android 14 QPR1

Merged-In: Ia650fa0488bceb92c65c22278da30c2cc046e74c
Bug: 315507370
Change-Id: I5cbe1a4bb0ba5a3305716eace524c75cf393f9bf
This commit is contained in:
Xin Li
2023-12-08 13:13:32 -08:00
3 changed files with 6 additions and 2 deletions

View File

@@ -0,0 +1 @@
binder_call(grilservice_app, hal_bluetooth_default)

View File

@@ -4,7 +4,9 @@ add_hwservice(hal_bluetooth_default, hal_bluetooth_coexistence_hwservice)
userdebug_or_eng(`
allow hal_bluetooth_default logbuffer_device:chr_file r_file_perms;
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 };
allow hal_bluetooth_default sscoredump_vendor_data_crashinfo_file:dir create_dir_perms;
allow hal_bluetooth_default sscoredump_vendor_data_crashinfo_file:file create_file_perms;
allow hal_bluetooth_default sscoredump_vendor_data_coredump_file:dir create_dir_perms;
allow hal_bluetooth_default sscoredump_vendor_data_coredump_file:file create_file_perms;
set_prop(hal_bluetooth_default, vendor_ssrdump_prop)
')

1
vendor/kernel.te vendored Normal file
View File

@@ -0,0 +1 @@
dontaudit kernel vendor_battery_debugfs:dir search;