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

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

Merge "Remove junit classes from legacy-android-test" am: 4418418a am: d724c112

am: 8e632576

Change-Id: I5b8f7a0c93e90741f0eba1d0761d2c26e8b24513
parents 82548f4b 8e632576
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ java_library_static {
    ],

    static_libs: [
        "android.test.runner",
        "android.test.runner-minus-junit",
        "android.test.mock",
    ],

+17 −0
Original line number Diff line number Diff line
@@ -29,6 +29,23 @@ java_library {
    ],
}

// Build the android.test.runner-minus-junit library
// =================================================
// This is provided solely for use by the legacy-android-test module.
java_library {
    name: "android.test.runner-minus-junit",

    srcs: ["src/android/**/*.java"],

    no_framework_libs: true,
    libs: [
        "framework",
        "legacy-test",
        "android.test.mock",
        "junit",
    ],
}

// Build the repackaged.android.test.runner library
// ================================================
java_library_static {