Implement health AIDL HAL.
Test: VTS Test: manual charger mode Test: recovery Bug: 213273090 Change-Id: Iabaf31644f4406092a881841fb4084499fb4de89
This commit is contained in:
parent
2caa560163
commit
5521fb530c
2 changed files with 4 additions and 0 deletions
|
@ -36,3 +36,6 @@ PRODUCT_PUBLIC_SEPOLICY_DIRS += device/google/gs101-sepolicy/public
|
|||
ifeq ($(TARGET_PKVM_ENABLED),true)
|
||||
BOARD_SEPOLICY_DIRS += device/google/gs101-sepolicy/pkvm
|
||||
endif
|
||||
|
||||
# Health HAL
|
||||
BOARD_SEPOLICY_DIRS += device/google/gs101-sepolicy/health
|
||||
|
|
1
health/file_contexts
Normal file
1
health/file_contexts
Normal file
|
@ -0,0 +1 @@
|
|||
/vendor/bin/hw/android\.hardware\.health-service\.gs101 u:object_r:hal_health_default_exec:s0
|
Loading…
Add table
Add a link
Reference in a new issue