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

Commit a2747b2a authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Change-Id: I6c7907cefa2d87e121c4030b7492855c4a42c978
parents 7f3995f6 e4c51e4b
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",