Merge "Allow health storage HAL to read default fstab" am: 9c66e3dfa3

Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1673195

Change-Id: I5e7574fe8b901d9cfc750a071bca8f816b2b4d8d
This commit is contained in:
Yo Chiang 2021-04-20 03:11:20 +00:00 committed by Automerger Merge Worker
commit 305a726d77

View file

@ -6,3 +6,6 @@ binder_use(hal_health_storage_server)
hal_attribute_hwservice(hal_health_storage, hal_health_storage_hwservice) hal_attribute_hwservice(hal_health_storage, hal_health_storage_hwservice)
hal_attribute_service(hal_health_storage, hal_health_storage_service) hal_attribute_service(hal_health_storage, hal_health_storage_service)
# Allow ReadDefaultFstab().
read_fstab(hal_health_storage_server)