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

Commit 7e8745ef authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Build shared library for batteryservice"

parents e73f6bbe 983fa288
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
cc_library_static {
cc_library {
    name: "libbatteryservice",

    srcs: [
@@ -8,7 +8,7 @@ cc_library_static {
        "IBatteryPropertiesRegistrar.cpp",
    ],

    static_libs: [
    shared_libs: [
        "libutils",
        "libbinder",
    ],