Replace junit-targetdex with junit am: 8ea811b59b am: c191dc53ab am: 5b2e59695e
am: 9e1e4dddc8

Change-Id: I88152190cf69353fc5461b60c5b66d4d2d9b54a3
diff --git a/Android.mk b/Android.mk
index 2c8f79f..5cb7c87 100644
--- a/Android.mk
+++ b/Android.mk
@@ -23,7 +23,7 @@
 
 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)