summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2014-06-11 19:26:02 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-06-11 19:26:02 +0000
commitc4dfcdcf0eef5c401e942c7605f80c6d6bb10a45 (patch)
tree4671447866acf9a87dcba47e3af9f7b3ef88785b
parent280b433ee4172896fb134897b4f008acd6082844 (diff)
parent4cce0bff08f526f3652c0323bf6d7e71dd3edea4 (diff)
downloadandroid_external_bouncycastle-c4dfcdcf0eef5c401e942c7605f80c6d6bb10a45.tar.gz
android_external_bouncycastle-c4dfcdcf0eef5c401e942c7605f80c6d6bb10a45.tar.bz2
android_external_bouncycastle-c4dfcdcf0eef5c401e942c7605f80c6d6bb10a45.zip
am 4cce0bff: am ffb23a4c: Merge "Remove deprecated WITH_HOST_DALVIK."
* commit '4cce0bff08f526f3652c0323bf6d7e71dd3edea4': Remove deprecated WITH_HOST_DALVIK.
-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