Introduce a property for multiclient HAL
Test: set the property in .rc file and run adb shell getprop to verify the property is set. Bug: 248615564 Change-Id: I18a52c2a29df2cc5bad73d49e39c4e6ee1381106
This commit is contained in:
parent
27017fb06a
commit
a6c741e3a4
3 changed files with 3 additions and 0 deletions
1
chre/sepolicy/property.te
Normal file
1
chre/sepolicy/property.te
Normal file
|
@ -0,0 +1 @@
|
|||
vendor_internal_prop(vendor_chre_hal_prop)
|
1
chre/sepolicy/property_contexts
Normal file
1
chre/sepolicy/property_contexts
Normal file
|
@ -0,0 +1 @@
|
|||
vendor.chre.multiclient_hal u:object_r:vendor_chre_hal_prop:s0
|
1
chre/sepolicy/vendor_init.te
Normal file
1
chre/sepolicy/vendor_init.te
Normal file
|
@ -0,0 +1 @@
|
|||
set_prop(vendor_init, vendor_chre_hal_prop)
|
Loading…
Add table
Add a link
Reference in a new issue