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

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

Merge "Statically link to libnativehelper" am: c4140ab6

Change-Id: Ib8f9cac643a37af1b7214a77f16423f8b9f8ab81
parents 5f820a1e c4140ab6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -18,11 +18,12 @@ cc_library_shared {
    shared_libs: [
        "libbase",
        "libchrome",
        "libnativehelper",
        "liblog",
    ],
    static_libs: [
        "libbluetooth-types",
        // TODO(b/148645937) move this back to shared_libs
        "libnativehelper",
    ],
    cflags: [
        "-Wall",