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

Commit 6ae8044c authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "libbinder_ndk: static link certain libs" am: 2e273f17

parents 60c292a5 2e273f17
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -66,10 +66,14 @@ cc_library {
        "service_manager.cpp",
    ],

    shared_libs: [
    static_libs: [
        "libandroid_runtime_lazy",
        "libbase",
    ],

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