Merge "Replace legacy-test with android.test.base in bp files" am: 2285630e4b

am: caacf3e7c4

Change-Id: I0fa822af057afc2f4efb6285404653fe57bcd742
This commit is contained in:
Paul Duffin
2018-01-16 11:40:57 +00:00
committed by android-build-merger
3 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,8 @@ java_library {
// Build the repackaged.android.test.base 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 { java_library_static {
name: "repackaged.android.test.base", name: "repackaged.android.test.base",

View File

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

View File

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