health: update aidl to v4

* 148b5d9248
This commit is contained in:
Konsta
2025-03-05 12:26:20 +02:00
parent 24b579dfc4
commit 60955c261b
2 changed files with 2 additions and 2 deletions

View File

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

View File

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