Merge "Prepare for removal of junit and android.test classes from Android API (step 1)"
diff --git a/Android.mk b/Android.mk
index e8bd717..30aeab7 100644
--- a/Android.mk
+++ b/Android.mk
@@ -25,6 +25,8 @@
 
 LOCAL_SRC_FILES := $(call all-java-files-under, src)
 
+LOCAL_STATIC_JAVA_LIBRARIES := junit
+
 LOCAL_PACKAGE_NAME := com.replica.replicaisland
 
 # Tag this module as a cts test artifact