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

Commit 7039b4f7 authored by Krzysztof Kosiński's avatar Krzysztof Kosiński Committed by Gerrit Code Review
Browse files

Merge "Clean up obsolete aliases for Truth." into main

parents 93568334 bbe98fe3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ android_test {
    static_libs: [
        "services.core",
        "androidx.test.rules",
        "truth-prebuilt",
        "truth",
        "testng",
        "mockito-target-extended",
    ],
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ android_test {
        "frameworks-base-testutils",
        "junit",
        "platform-test-annotations",
        "truth-prebuilt",
        "truth",
    ],
    libs: ["android.test.runner"],
    platform_apis: true,
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ android_test {
        "frameworks-base-testutils",
        "platform-test-annotations",
        "testng",
        "truth-prebuilt",
        "truth",
    ],

    libs: [
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ android_test {
        "platform-test-annotations",
        "platformprotosnano",
        "statsdprotolite",
        "truth-prebuilt",
        "truth",
    ],

    libs: ["android.test.runner"],
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ android_test {
    static_libs: [
        "androidx.test.rules",
        "androidx.test.uiautomator_uiautomator",
        "truth-prebuilt",
        "truth",
    ],
    test_suites: ["general-tests"],
    sdk_version: "test_current",
Loading