Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 21a22cec authored by Yifan Hong's avatar Yifan Hong
Browse files

health: Add to compatibility matrix.

For now, add as optional. Once we finished implementing
it on Android T devices, make it required.

Test: pass
Bug: 177269435
Change-Id: I148b7567d8e154cb5e16ec01b547785f90c7a706
parent b47f6760
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -276,6 +276,15 @@
            <instance>default</instance>
        </interface>
    </hal>
    <!-- TODO(b/177269435): require health AIDL HAL and deprecate HIDL HAL -->
    <hal format="aidl" optional="true">
        <name>android.hardware.health</name>
        <version>1</version>
        <interface>
            <name>IHealth</name>
            <instance>default</instance>
        </interface>
    </hal>
    <hal format="aidl" optional="true">
        <name>android.hardware.health.storage</name>
        <version>1</version>