Merge tm-qpr-dev-plus-aosp-without-vendor@9467136

Bug: 264720040
Merged-In: I1f38a069c06c5cc142236aed9cb34eede77c0315
Change-Id: I0aefd4642b09a693aae95954c85b449600c6d2b8
This commit is contained in:
Xin Li 2023-01-11 22:46:17 -08:00
commit b10fc8c2e3
6 changed files with 11 additions and 5 deletions

View file

@ -1,2 +1,3 @@
BOARD_VENDOR_SEPOLICY_DIRS += device/google/bluejay-sepolicy/bluejay
BOARD_VENDOR_SEPOLICY_DIRS += device/google/bluejay-sepolicy/tracking_denials
BOARD_VENDOR_SEPOLICY_DIRS += device/google/bluejay-sepolicy/vendor
BOARD_VENDOR_SEPOLICY_DIRS += device/google/bluejay-sepolicy/tracking_denials_bluejay

View file

@ -1,4 +0,0 @@
dumpstate app_zygote process b/238263942
dumpstate system_data_file dir b/261932945
hal_power_default hal_power_default capability b/240632681
incidentd debugfs_wakeup_sources file b/238263518

2
vendor/file_contexts vendored Normal file
View file

@ -0,0 +1,2 @@
# Haptics
/vendor/bin/hw/android\.hardware\.vibrator-service\.cs40l26-private-bluejay u:object_r:hal_vibrator_default_exec:s0

3
vendor/hal_vibrator_default.te vendored Normal file
View file

@ -0,0 +1,3 @@
# Allow Vibrator HAL to communicate with daemon via socket
allow hal_vibrator_default chre:unix_stream_socket connectto;
allow hal_vibrator_default chre_socket:sock_file write;

2
vendor/property_contexts vendored Normal file
View file

@ -0,0 +1,2 @@
# Haptics
persist.vendor.vibrator.hal. u:object_r:vendor_vibrator_prop:s0

2
vendor/vendor_init.te vendored Normal file
View file

@ -0,0 +1,2 @@
# Haptics
get_prop(vendor_init, adaptive_haptics_prop)