Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2285630e authored by Paul Duffin's avatar Paul Duffin Committed by Gerrit Code Review
Browse files

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

parents e65a016d b36eb542
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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",

+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@ java_library {
    no_framework_libs: true,
    libs: [
        "framework",
        "legacy-test",
    ],
}

+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ java_library {
    no_framework_libs: true,
    libs: [
        "framework",
        "legacy-test",
        "android.test.base",
        "android.test.mock",
        "junit",
    ],