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

Commit caacf3e7 authored by Paul Duffin's avatar Paul Duffin Committed by android-build-merger
Browse files

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

am: 2285630e

Change-Id: If956b45e21b7d576daf5dcece9c1acea35d952a0
parents a7c125e5 2285630e
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",
    ],