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

Commit 96209fd7 authored by Josh Gao's avatar Josh Gao Committed by Gerrit Code Review
Browse files

Merge "adbd_auth: actually dynamically link it into adbd."

parents dc77bdf2 ff20525b
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -20,11 +20,14 @@ cc_library {
        "-Wthread-safety",
        "-Werror",
    ],
    stl: "libc++_static",

    srcs: ["adbd_auth.cpp"],
    export_include_dirs: ["include"],

    version_script: "libadbd_auth.map.txt",
    stubs: {
        versions: ["1"],
        symbol_file: "libadbd_auth.map.txt",
    },

@@ -36,7 +39,7 @@ cc_library {
        }
    },

    shared_libs: [
    static_libs: [
        "libbase",
        "libcutils",
        "liblog",