Merge "Replace legacy-test with android.test.base in bp files"

This commit is contained in:
Paul Duffin
2018-01-16 10:47:47 +00:00
committed by Gerrit Code Review
3 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,8 @@ java_library {
// Build the repackaged.android.test.base library
// ==============================================
// This contains repackaged versions of the classes from legacy-test.
// This contains repackaged versions of the classes from
// android.test.base.
java_library_static {
name: "repackaged.android.test.base",

View File

@@ -24,7 +24,6 @@ java_library {
no_framework_libs: true,
libs: [
"framework",
"legacy-test",
],
}

View File

@@ -40,7 +40,7 @@ java_library {
no_framework_libs: true,
libs: [
"framework",
"legacy-test",
"android.test.base",
"android.test.mock",
"junit",
],