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

Commit bbe126cf authored by Colin Cross's avatar Colin Cross
Browse files

Remove liblog from Tethering jni_libs

Tethering's JNI libraries use the NDK version of liblog, it should
not package the platform version of liblog into the APK.

Bug: 149591340
Test: m checkbuild
Change-Id: If208c1078d2755907f57d7853a5c545bf12458c2
parent f1a0c3ab
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -98,7 +98,6 @@ java_defaults {
    // Build system doesn't track transitive dependeicies for jni_libs, list all the dependencies
    // explicitly.
    jni_libs: [
        "liblog",
        "libnativehelper_compat_libc++",
        "libtetherutilsjni",
    ],