Merge "Replace legacy-test with android.test.base in bp files" am: 2285630e4b
am: caacf3e7c4
Change-Id: I0fa822af057afc2f4efb6285404653fe57bcd742
This commit is contained in:
@@ -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",
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,6 @@ java_library {
|
|||||||
no_framework_libs: true,
|
no_framework_libs: true,
|
||||||
libs: [
|
libs: [
|
||||||
"framework",
|
"framework",
|
||||||
"legacy-test",
|
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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",
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user