Update health AIDL HAL to V2

Bug: 271222994
Test: TH
Change-Id: I9f7890e8bb0c56290e704a64e07b8bb819303df0
Signed-off-by: Jack Wu <wjack@google.com>
This commit is contained in:
Jack Wu 2022-12-16 00:00:10 +08:00
parent 3354e92ca5
commit e1282e2c0e

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>