commit | b1553a0987f88b307615f43449b2fbd4811cbbc6 | [log] [tgz] |
---|---|---|
author | Daniel Zheng <zhengdaniel@google.com> | Wed Oct 30 11:26:59 2024 -0700 |
committer | Daniel Zheng <zhengdaniel@google.com> | Wed Nov 20 10:46:34 2024 -0800 |
tree | 44bf4f5d4cdd3bbaf8579c08a9ec8b9625ee8231 | |
parent | e4ffbaab2d6cfd1e7b8da63a795b7e0ef2151d2f [diff] [blame] |
Health HAL: add hinge info Add a hingeinfo field to the Health HAL that returns information related to a foldable's hinge health + rated life expectancy. Ignore-AOSP-First: deprecated_ota_test compilation Bug: 371322457 Test: th Change-Id: I23688be268afcc542fa4bc90af37933e9c1c36e7
diff --git a/health/aidl/default/android.hardware.health-service.example.xml b/health/aidl/default/android.hardware.health-service.example.xml index 2acaaba..8ddfbda 100644 --- a/health/aidl/default/android.hardware.health-service.example.xml +++ b/health/aidl/default/android.hardware.health-service.example.xml
@@ -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>