From bbe126cf5a243d12e36a2c4b2a5992f857557f30 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Wed, 19 Feb 2020 16:58:48 -0800 Subject: 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 --- packages/Tethering/Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/Tethering/Android.bp b/packages/Tethering/Android.bp index 3111ab701191..6589c84dfe93 100644 --- a/packages/Tethering/Android.bp +++ b/packages/Tethering/Android.bp @@ -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", ], -- cgit v1.2.3-59-g8ed1b