summaryrefslogtreecommitdiffstats
path: root/NativeCode.mk
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2013-09-11 15:24:38 -0700
committerKenny Root <kroot@google.com>2013-09-11 22:22:53 -0700
commit4758d4db1af67cf036ac204b5bc9eb6f0ffe9b4f (patch)
tree6d0ddbdf5f21c180de1889bfe222985ef0f1e9e7 /NativeCode.mk
parent976db725f211ba640b38ff25feac4e8552597ba4 (diff)
downloadlibcore-4758d4db1af67cf036ac204b5bc9eb6f0ffe9b4f.zip
libcore-4758d4db1af67cf036ac204b5bc9eb6f0ffe9b4f.tar.gz
libcore-4758d4db1af67cf036ac204b5bc9eb6f0ffe9b4f.tar.bz2
Conscrypt: remove dependence on stlport
This helps with unbundling of Conscrypt by not forcing the app to include a static version of stlport in their program. Change-Id: I5bd17213059b8ae4d8d86921d82b43465253a62f
Diffstat (limited to 'NativeCode.mk')
-rw-r--r--NativeCode.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/NativeCode.mk b/NativeCode.mk
index 1a47ee4..b7e8a4e 100644
--- a/NativeCode.mk
+++ b/NativeCode.mk
@@ -103,7 +103,6 @@ LOCAL_STATIC_LIBRARIES += $(core_static_libraries)
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := libjavacrypto
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/NativeCode.mk
-include external/stlport/libstlport.mk
include $(BUILD_SHARED_LIBRARY)
# Test JNI library.