health: require AIDL HAL and deprecate HIDL HAL.
Test: builds Bug: 177269435 Change-Id: Ibd4dec0a2ae324b1207f72a43d08bef3d8abe9f7
This commit is contained in:
parent
f665b8fa86
commit
45f18ec649
1 changed files with 1 additions and 10 deletions
|
@ -268,16 +268,7 @@
|
|||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<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">
|
||||
<hal format="aidl" optional="false">
|
||||
<name>android.hardware.health</name>
|
||||
<version>1</version>
|
||||
<interface>
|
||||
|
|
Loading…
Reference in a new issue