aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-06-15 23:07:02 -0700
committerDan Willemsen <dwillemsen@google.com>2016-06-15 23:07:02 -0700
commit33b02a2a716037a4ee4e109b1b8c3cb4791d2360 (patch)
tree8d24348e5f0b84a0acf33a986b927bde1f0cc0e8
parent19b0dfaa7b027ac9197f122228374644352837e0 (diff)
downloadwebrtc-33b02a2a716037a4ee4e109b1b8c3cb4791d2360.tar.gz
Remove useless static linking
LOCAL_STATIC_LIBRARIES in a BUILD_STATIC_LIBRARY only imports C include directories, it doesn't actually do any linking. Since this module is building against the NDK, it shouldn't be referencing modules not built against the NDK, like libprotobuf-cpp-lite. There are versions of that library that may be more appropriate, but since there aren't any source files, we don't need the include directories, so remove it entirely. Change-Id: I47f7333228bea43979ce86c4bd23f4b2a92b49ce
-rw-r--r--Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index f81133156c..68f756fb02 100644
--- a/Android.mk
+++ b/Android.mk
@@ -98,9 +98,6 @@ LOCAL_WHOLE_STATIC_LIBRARIES_arm += \
libwebrtc_isacfix_neon_gnustl_static
endif
-LOCAL_STATIC_LIBRARIES := \
- libprotobuf-cpp-lite
-
LOCAL_NDK_STL_VARIANT := gnustl_static
LOCAL_SDK_VERSION := 14