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

Change-Id: I723c0dc39c3b5ec3300a296cd6ac44e761615249
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)