Merge "Remove junit classes from legacy-android-test"

am: 4418418adb

Change-Id: Id2966fd487ff95aa5a8e485756366df804765800
This commit is contained in:
Paul Duffin
2018-01-13 21:13:12 +00:00
committed by android-build-merger
2 changed files with 18 additions and 1 deletions

View File

@@ -77,7 +77,7 @@ java_library_static {
],
static_libs: [
"android.test.runner",
"android.test.runner-minus-junit",
"android.test.mock",
],

View File

@@ -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 {