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

Commit 2e273f17 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "libbinder_ndk: static link certain libs"

parents 13934429 ff325420
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",
    ],