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

Commit c81fbcef authored by Krzysztof Kosiński's avatar Krzysztof Kosiński
Browse files

Clean up obsolete aliases for Truth.

Bug: 255714762
Test: presubmit
Change-Id: I8aab463c74d5e869d949a2b712886a9cc4d15709
parent 5b2de594
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ android_test {
        "androidx.test.rules",
        "mockito-target",
        "androidx.test.uiautomator_uiautomator",
        "truth-prebuilt",
        "truth",
    ],

    srcs: ["**/*.java"],
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ android_test {
    ],

    static_libs: [
        "truth-prebuilt",
        "truth",
        "androidx.test.core",
        "androidx.test.espresso.core",
        "androidx.test.espresso.intents-nodeps",
+5 −2
Original line number Diff line number Diff line
@@ -68,7 +68,10 @@ android_robolectric_test {
        "ims-common",
    ],

    java_resource_dirs: ["config", "resources"],
    java_resource_dirs: [
        "config",
        "resources",
    ],

    instrumentation_for: "SettingsRoboTestStub",

@@ -93,6 +96,6 @@ java_library {
        "Robolectric_all-target_upstream",
        "Settings-core",
        "mockito-robolectric-prebuilt",
        "truth-prebuilt",
        "truth",
    ],
}
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ android_test {
        "settings-helper",
        "sysui-helper",
        "timeresult-helper-lib",
        "truth-prebuilt",
        "truth",
    ],

    //sdk_version: "current",
+2 −2
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ android_test {
        "mockito-target-minus-junit4",
        "platform-test-annotations",
        "platform-test-rules",
        "truth-prebuilt",
        "truth",
        "kotlinx_coroutines_test",
        "flag-junit",
        "Settings-testutils2",
@@ -36,7 +36,7 @@ android_test {
    ],

    errorprone: {
        javacflags: ["-Xep:CheckReturnValue:WARN"]
        javacflags: ["-Xep:CheckReturnValue:WARN"],
    },
    // Include all test java/kotlin files.
    srcs: [