summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 0658ba2..7ccbb8e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -100,7 +100,6 @@ bouncycastle-proguard-deadcode: $(full_classes_compiled_jar) $(full_java_libs)
# Conscrypt isn't built in the PDK, so this cannot be built because it has a
# dependency on conscrypt-hostdex.
-ifeq ($(WITH_HOST_DALVIK),true)
ifneq ($(TARGET_BUILD_PDK),true)
include $(CLEAR_VARS)
LOCAL_MODULE := bouncycastle-hostdex
@@ -113,7 +112,6 @@ ifneq ($(TARGET_BUILD_PDK),true)
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
include $(BUILD_HOST_DALVIK_JAVA_LIBRARY)
endif
-endif
include $(CLEAR_VARS)
LOCAL_MODULE := bouncycastle-host