health: update aidl to v2

* f219a02e1c
This commit is contained in:
Konsta
2023-10-04 10:18:02 +03:00
parent 7e2e50fdb5
commit 29e89ed615
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ cc_binary {
"libhidlbase",
"liblog",
"libutils",
"android.hardware.health-V1-ndk",
"android.hardware.health-V2-ndk",
],
overrides: ["charger"],
}

View File

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