aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 2c8f79f..5cb7c87 100644
--- a/Android.mk
+++ b/Android.mk
@@ -23,7 +23,7 @@ include $(BUILD_STATIC_JAVA_LIBRARY)
include $(CLEAR_VARS)
LOCAL_MODULE := messageformat-tests
-LOCAL_STATIC_JAVA_LIBRARIES := messageformat junit-targetdex
+LOCAL_STATIC_JAVA_LIBRARIES := messageformat junit
LOCAL_SRC_FILES := $(call all-java-files-under, javatests/)
LOCAL_SDK_VERSION := 9
include $(BUILD_STATIC_JAVA_LIBRARY)