Update health AIDL HAL to V2

Bug: 275144505
Test: TH
Change-Id: I9a8a405a6ad45f97eced0065dc909c406d4c6fd0
Signed-off-by: Jack Wu <wjack@google.com>
This commit is contained in:
Jack Wu 2023-04-13 21:06:54 +08:00
parent a571dd2f58
commit 24bfbf5255

View file

@ -1,7 +1,7 @@
<manifest version="1.0" type="device"> <manifest version="1.0" type="device">
<hal format="aidl"> <hal format="aidl">
<name>android.hardware.health</name> <name>android.hardware.health</name>
<version>1</version> <version>2</version>
<fqname>IHealth/default</fqname> <fqname>IHealth/default</fqname>
</hal> </hal>
</manifest> </manifest>