aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-12-12 11:51:26 +0000
committerPaul Duffin <paulduffin@google.com>2016-12-12 11:51:26 +0000
commit79e656acacc7e1fa4257836b38987ec7816cbf6c (patch)
tree5bd053c3a04f140928af6906c0c9ea75a136e398
parent2361b8652a2d48d3b7c4cb1524c877095cdde144 (diff)
downloadjunit-79e656acacc7e1fa4257836b38987ec7816cbf6c.tar.gz
Remove junit-targetdex as it is no longer used
Bug: 30188076 Test: make checkbuild Change-Id: I921afdfaac5ad5f4c1f0930127ec415bde509337
-rw-r--r--Android.mk14
1 files changed, 0 insertions, 14 deletions
diff --git a/Android.mk b/Android.mk
index 55448ed..dec53d1 100644
--- a/Android.mk
+++ b/Android.mk
@@ -43,20 +43,6 @@ LOCAL_STATIC_JAVA_LIBRARIES := hamcrest-host
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk
include $(BUILD_HOST_JAVA_LIBRARY)
-# ----------------------------------
-# build a junit-targetdex jar
-
-include $(CLEAR_VARS)
-LOCAL_SRC_FILES := $(call all-java-files-under, src)
-# TODO: lose the suffix here and rename "junit" to "junit-hostdex"
-LOCAL_MODULE := junit-targetdex
-LOCAL_MODULE_TAGS := tests
-LOCAL_STATIC_JAVA_LIBRARIES := hamcrest
-# The following is needed by external/apache-harmony/jdwp/Android_debug_config.mk
-LOCAL_MODULE_PATH := $(TARGET_OUT_DATA)/junit
-LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk
-include $(BUILD_JAVA_LIBRARY)
-
# build a junit-hostdex jar
# -------------------------