aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2012-12-04 14:15:52 -0800
committerElliott Hughes <enh@google.com>2012-12-04 14:15:52 -0800
commitbe89d7a674130c78b03dfc7f354d4f5097f7b665 (patch)
tree4ad41a90740ae2d7382009265f3e9fc86932c723
parent26974b8c92654e811cc92dfa6ae8c1f26fce4fe7 (diff)
downloadjunit-be89d7a674130c78b03dfc7f354d4f5097f7b665.tar.gz
Simplify makefile.
Change-Id: I0b7d48f54b6e53aa77481e5720de9595ef6c8c3a
-rw-r--r--Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 6e07bc5..abe2580 100644
--- a/Android.mk
+++ b/Android.mk
@@ -56,8 +56,6 @@ include $(CLEAR_VARS)
# on it
LOCAL_SRC_FILES := $(call all-java-files-under, src/junit/extensions)
LOCAL_SRC_FILES += $(core-junit-files)
-LOCAL_NO_STANDARD_LIBRARIES := true
-LOCAL_JAVA_LIBRARIES := core-hostdex
LOCAL_JAVACFLAGS := $(local_javac_flags)
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := core-junit-hostdex