health: update aidl to v3

* c33734ade7
This commit is contained in:
Konsta
2024-03-05 15:23:49 +02:00
parent 7276df653b
commit cfb419c398
2 changed files with 2 additions and 2 deletions

View File

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

View File

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