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

Commit 2068b3fc authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "adbd_auth: actually dynamically link it into adbd." am: 96209fd7 am:...

Merge "adbd_auth: actually dynamically link it into adbd." am: 96209fd7 am: e4c51e4b am: a2747b2a

Change-Id: Ic000cba1d2180b0f24574c8932d74b4e74bea859
parents 9098237d a2747b2a
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",