Merge changes from topic "health-aidl"

* changes:
  health: Add to compatibility matrix.
  health: separate_platform_variant = false
  health: Convert of health HAL to AIDL
This commit is contained in:
Steven Moreland
2021-10-26 22:33:31 +00:00
committed by Gerrit Code Review
21 changed files with 1354 additions and 0 deletions

View File

@@ -276,6 +276,15 @@
<instance>default</instance>
</interface>
</hal>
<!-- TODO(b/177269435): require health AIDL HAL and deprecate HIDL HAL -->
<hal format="aidl" optional="true">
<name>android.hardware.health</name>
<version>1</version>
<interface>
<name>IHealth</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.health.storage</name>
<version>1</version>