diff options
Diffstat (limited to 'tests/Compatibility/Android.mk')
| -rw-r--r-- | tests/Compatibility/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Compatibility/Android.mk b/tests/Compatibility/Android.mk index c2f89ddc7619..99e84bd39832 100644 --- a/tests/Compatibility/Android.mk +++ b/tests/Compatibility/Android.mk @@ -19,6 +19,7 @@ include $(CLEAR_VARS) LOCAL_MODULE_TAGS := tests LOCAL_JAVA_LIBRARIES := android.test.runner +LOCAL_STATIC_JAVA_LIBRARIES := junit legacy-android-test # Include all test java files. LOCAL_SRC_FILES := \ $(call all-java-files-under, src) |