Merge "Revert "health: require AIDL HAL and deprecate HIDL HAL.""

This commit is contained in:
Yifan Hong
2021-12-10 21:11:24 +00:00
committed by Gerrit Code Review

View File

@@ -267,7 +267,16 @@
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="false">
<hal format="hidl" optional="false">
<name>android.hardware.health</name>
<version>2.1</version>
<interface>
<name>IHealth</name>
<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>