From 25235f8917deb6cab3e23533f7fbd40936cdd001 Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Fri, 23 May 2014 12:01:52 -0700 Subject: Remove deprecated WITH_HOST_DALVIK. Bug: 13751317 Change-Id: Ie3b57c7f592cfdd478bdee0f1f6c0ea76d3ee418 --- Android.mk | 2 -- 1 file changed, 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 -- cgit v1.2.3