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

Commit 8c91779b authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "powerstats: bump version of PowerStats HAL to V2"

parents 800e717e c4fad13c
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -503,6 +503,7 @@
    </hal>
    </hal>
    <hal format="aidl" optional="true">
    <hal format="aidl" optional="true">
        <name>android.hardware.power.stats</name>
        <name>android.hardware.power.stats</name>
        <version>2</version>
        <interface>
        <interface>
            <name>IPowerStats</name>
            <name>IPowerStats</name>
            <instance>default</instance>
            <instance>default</instance>
+1 −1
Original line number Original line Diff line number Diff line
@@ -30,7 +30,7 @@ cc_binary {
    shared_libs: [
    shared_libs: [
        "libbase",
        "libbase",
        "libbinder_ndk",
        "libbinder_ndk",
        "android.hardware.power.stats-V1-ndk",
        "android.hardware.power.stats-V2-ndk",
    ],
    ],
    srcs: [
    srcs: [
        "main.cpp",
        "main.cpp",
+1 −0
Original line number Original line Diff line number Diff line
<manifest version="1.0" type="device">
<manifest version="1.0" type="device">
    <hal format="aidl">
    <hal format="aidl">
        <name>android.hardware.power.stats</name>
        <name>android.hardware.power.stats</name>
        <version>2</version>
        <fqname>IPowerStats/default</fqname>
        <fqname>IPowerStats/default</fqname>
    </hal>
    </hal>
</manifest>
</manifest>