aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-12-07 11:10:50 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-12-07 11:10:50 +0000
commit01047fd4865bf655debf2d68a648c2099d91059b (patch)
treee23e5cabff21898e1010479ec6698e9767a6f220
parent8035963c836417bb949e8f64b87935d6487a0414 (diff)
parentf85c340b07905445c4f7f31c3443338232b8cb03 (diff)
downloadjunit-01047fd4865bf655debf2d68a648c2099d91059b.tar.gz
Merge "Remove unused junit target"
-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
# ----------------------