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

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

Clean up obsolete aliases for Truth.

Bug: 255714762
Test: presubmit
Change-Id: I7e29732e1e77e37cfb491521d14d2f3eb07deb36
Merged-In: I7e29732e1e77e37cfb491521d14d2f3eb07deb36
parent cabf940d
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