summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/Android.mk b/Android.mk
index ce4ff1c..81b6ce1 100644
--- a/Android.mk
+++ b/Android.mk
@@ -4,10 +4,6 @@
LOCAL_PATH := $(call my-dir)
-# All these modules are also defined in external/openssl, which is breaking the
-# build.
-ifeq (disable-build,)
-
## libcrypto
# Target static library
@@ -104,5 +100,3 @@ LOCAL_CFLAGS += -fvisibility=hidden -DBORINGSSL_SHARED_LIBRARY -DBORINGSSL_IMPLE
LOCAL_SHARED_LIBRARIES += libcrypto-host
include $(LOCAL_PATH)/ssl-sources.mk
include $(BUILD_HOST_SHARED_LIBRARY)
-
-endif