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

Commit be42e8a7 authored by Orion Hodson's avatar Orion Hodson
Browse files

Use shared library variant of libnativehelper

libnativehelper.so is now a public library and the reason the static
variant was used is now resolved (b/148645937).
already resolved.

Bug: 148645937
Bug: 150252746
Bug: 151443957
Test: m libbluetooth_jni
Change-Id: I597bf6fbcd8647a00bbf02b6d94c270cc7af133f
parent 788acf41
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -22,11 +22,10 @@ cc_library_shared {
        "libbase",
        "libchrome",
        "liblog",
        "libnativehelper",
    ],
    static_libs: [
        "libbluetooth-types",
        // TODO(b/148645937) move this back to shared_libs
        "libnativehelper",
    ],
    cflags: [
        "-Wall",