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

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

Use shared library variant of libnativehelper

Now available as a public library, static variant will be retired.

Bug: 150252746
Bug: 151443957
Test: mma
Change-Id: I3c0bd3d53eb457577a22cf74c9a6d852ed69c9be
parent a0796e98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,11 +68,11 @@ cc_defaults {
        "android.hidl.allocator@1.0",
        "android.hidl.memory@1.0",
        "libhidlmemory",
        "libnativehelper",
    ],

    // TODO(b/64437680): Assume these libs are always available on the device.
    shared_libs: [
        "libnativehelper",
        "libstagefright_foundation",
    ],
}