summaryrefslogtreecommitdiff
path: root/test-runner
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2018-01-13 21:36:33 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-01-13 21:36:33 +0000
commit4d5420f06613901aafb2cc35f317fecda43a1964 (patch)
tree2e9ca396f33b4bff268eaf3994214ab0e79f54ff /test-runner
parent82548f4bc32cab54fd8f3959c245659b8e04cae2 (diff)
parent8e632576edd5c8121ee60af4de62eacc41d92968 (diff)
Merge "Remove junit classes from legacy-android-test" am: 4418418adb am: d724c112f3
am: 8e632576ed Change-Id: I5b8f7a0c93e90741f0eba1d0761d2c26e8b24513
Diffstat (limited to 'test-runner')
-rw-r--r--test-runner/Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/test-runner/Android.bp b/test-runner/Android.bp
index 104ae8236368..85844a0cff81 100644
--- a/test-runner/Android.bp
+++ b/test-runner/Android.bp
@@ -29,6 +29,23 @@ java_library {
],
}
+// Build the android.test.runner-minus-junit library
+// =================================================
+// This is provided solely for use by the legacy-android-test module.
+java_library {
+ name: "android.test.runner-minus-junit",
+
+ srcs: ["src/android/**/*.java"],
+
+ no_framework_libs: true,
+ libs: [
+ "framework",
+ "legacy-test",
+ "android.test.mock",
+ "junit",
+ ],
+}
+
// Build the repackaged.android.test.runner library
// ================================================
java_library_static {