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

Commit 794f5eda authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Statically link to libnativehelper" am: 6ee38c5a am: 5b5e542c

Change-Id: I1ba402dc7a8b6cc3340ed7e6af39d74abadc3c29
parents bc4bf943 5b5e542c
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",