aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/Android.mk b/Android.mk
index 8be603b..f0d6f35 100644
--- a/Android.mk
+++ b/Android.mk
@@ -19,13 +19,6 @@ LOCAL_PATH := $(call my-dir)
# include definition of core-junit-files
include $(LOCAL_PATH)/Common.mk
-# note: this is deprecated in favour of junit-host; this will be removed soon.
-include $(CLEAR_VARS)
-LOCAL_MODULE := junit
-LOCAL_MODULE_TAGS := optional
-LOCAL_STATIC_JAVA_LIBRARIES := junit-host
-include $(BUILD_HOST_JAVA_LIBRARY)
-
# build a junit-host jar
# ----------------------