diff options
Diffstat (limited to 'tests/Compatibility')
-rw-r--r-- | tests/Compatibility/Android.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Compatibility/Android.mk b/tests/Compatibility/Android.mk index 99e84bd39832..feeae0216dc2 100644 --- a/tests/Compatibility/Android.mk +++ b/tests/Compatibility/Android.mk @@ -18,8 +18,8 @@ include $(CLEAR_VARS) # We only want this apk build for tests. LOCAL_MODULE_TAGS := tests -LOCAL_JAVA_LIBRARIES := android.test.runner -LOCAL_STATIC_JAVA_LIBRARIES := junit legacy-android-test +LOCAL_JAVA_LIBRARIES := legacy-android-test +LOCAL_STATIC_JAVA_LIBRARIES := junit # Include all test java files. LOCAL_SRC_FILES := \ $(call all-java-files-under, src) |