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

Commit 983fa288 authored by Jin Qian's avatar Jin Qian
Browse files

Build shared library for batteryservice

Test: build flash boot
Change-Id: Ifb6ac12ffbd23b457a455dce7ab050e8d8534fae
parent bd448543
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",
    ],