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

Commit 1260bb47 authored by Howard Ro's avatar Howard Ro
Browse files

Manifest for default implementation of stats hal

Bug: 118509430
Test: builds successfully. logging tests will be conducted once client
implementation is in.

Change-Id: If0085273b43316bce4c266829012a618193d6bd8
parent f06f3720
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -181,6 +181,8 @@ cc_binary {


    shared_libs: ["libgtest_prod"],
    shared_libs: ["libgtest_prod"],


    vintf_fragments: ["android.frameworks.stats@1.0-service.xml"],

    init_rc: ["statsd.rc"],
    init_rc: ["statsd.rc"],
}
}


+11 −0
Original line number Original line Diff line number Diff line
<manifest version="1.0" type="framework">
    <hal>
        <name>android.frameworks.stats</name>
        <transport>hwbinder</transport>
        <version>1.0</version>
        <interface>
            <name>IStats</name>
            <instance>default</instance>
        </interface>
    </hal>
</manifest>