aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-11-23 16:09:50 +0000
committerPaul Duffin <paulduffin@google.com>2016-12-01 11:57:00 +0000
commitf85c340b07905445c4f7f31c3443338232b8cb03 (patch)
treee23e5cabff21898e1010479ec6698e9767a6f220 /Android.mk
parent1209899b1c41340bbc8125dcfaa8bd7f9c505449 (diff)
downloadjunit-f85c340b07905445c4f7f31c3443338232b8cb03.tar.gz
Remove unused junit target
The final step in the change to rename junit target to junit-host. Bug: 30188076 Test: make checkbuild Change-Id: Ida3de60b0e1ea14aeaa16abd64da55026c853728
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
# ----------------------