summaryrefslogtreecommitdiff
path: root/tests/Compatibility
diff options
context:
space:
mode:
author Paul Duffin <paulduffin@google.com> 2017-01-19 11:40:22 +0000
committer android-build-merger <android-build-merger@google.com> 2017-01-19 11:40:22 +0000
commitab62fd67d8e7bd0ddad87df2b26c2d033f9dc4ef (patch)
treedd6196a5d0f22a76fd949471e9d3d9ec0f742414 /tests/Compatibility
parentc822d054a328bc99f3da9e34c3e7d2aec6f4cb4f (diff)
parentc74ccf1588dc3c03c5e144dd3d1827ca64ec78ed (diff)
Merge "Prepare for removal of legacy-test from default targets"
am: c74ccf1588 Change-Id: Id4876a2597171ac78062acf8194fce1af6d50b77
Diffstat (limited to 'tests/Compatibility')
-rw-r--r--tests/Compatibility/Android.mk1
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)