Skip to content
Snippets Groups Projects
Commit ce1b2a1c 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 2bf9417a
No related branches found
No related tags found
No related merge requests found
Showing
with 21 additions and 21 deletions
......@@ -38,7 +38,7 @@ android_test {
static_libs: [
"services.core",
"androidx.test.rules",
"truth-prebuilt",
"truth",
"testng",
"mockito-target-extended",
],
......
......@@ -30,7 +30,7 @@ android_test {
"frameworks-base-testutils",
"junit",
"platform-test-annotations",
"truth-prebuilt",
"truth",
],
libs: ["android.test.runner"],
platform_apis: true,
......
......@@ -35,7 +35,7 @@ android_test {
"frameworks-base-testutils",
"platform-test-annotations",
"testng",
"truth-prebuilt",
"truth",
],
libs: [
......
......@@ -18,7 +18,7 @@ android_test {
"platform-test-annotations",
"platformprotosnano",
"statsdprotolite",
"truth-prebuilt",
"truth",
],
libs: ["android.test.runner"],
......
......@@ -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",
......
......@@ -56,7 +56,7 @@ android_test {
"ub-uiautomator",
"platform-test-annotations",
"platform-compat-test-rules",
"truth-prebuilt",
"truth",
"print-test-util-lib",
"testng",
"servicestests-utils",
......@@ -148,7 +148,7 @@ android_library {
"androidx.test.runner",
"androidx.test.rules",
"mockito-target-minus-junit4",
"truth-prebuilt",
"truth",
],
libs: [
......
......@@ -30,7 +30,7 @@ android_test {
"frameworks-base-testutils",
"guava-android-testlib",
"platform-test-annotations",
"truth-prebuilt",
"truth",
],
libs: ["android.test.runner"],
platform_apis: true,
......
......@@ -38,7 +38,7 @@ android_test {
"androidx.test.ext.junit",
"mockito-target-extended-minus-junit4",
"platform-test-annotations",
"truth-prebuilt",
"truth",
"testables",
"ub-uiautomator",
],
......
......@@ -27,7 +27,7 @@ android_test {
"androidx.test.ext.junit",
"androidx.test.rules",
"mockito-target-minus-junit4",
"truth-prebuilt",
"truth",
],
libs: [
"android.test.runner",
......
......@@ -30,7 +30,7 @@ android_test {
"androidx.test.runner",
"androidx.test.ext.junit",
"mockito-target-minus-junit4",
"truth-prebuilt",
"truth",
],
optimize: {
......
......@@ -14,7 +14,7 @@ android_test {
"junit",
"rappor-tests",
"androidx.test.rules",
"truth-prebuilt",
"truth",
],
libs: ["android.test.runner"],
platform_apis: true,
......
......@@ -33,7 +33,7 @@ android_test {
"frameworks-base-testutils",
"mockito-target-minus-junit4",
"androidx.test.ext.junit",
"truth-prebuilt",
"truth",
"servicestests-utils",
],
......
......@@ -39,7 +39,7 @@ java_test_host {
java_resource_dirs: ["tests/res"],
java_resources: [":error_prone_android_framework_testdata"],
static_libs: [
"truth-prebuilt",
"truth",
"kxml2-2.3.0",
"compile-testing-prebuilt",
"error_prone_android_framework_lib",
......
......@@ -37,7 +37,7 @@ android_test {
"androidx.test.rules",
"androidx.test.ext.junit",
"mockito-target-extended-minus-junit4",
"truth-prebuilt",
"truth",
"testables",
"platform-test-annotations",
],
......
......@@ -45,7 +45,7 @@ android_test {
"kotlinx-coroutines-core",
"mockito-kotlin2",
"mockito-target-extended-minus-junit4",
"truth-prebuilt",
"truth",
"testables",
"platform-test-annotations",
"servicestests-utils",
......
......@@ -34,7 +34,7 @@ android_test {
"mockito-target-extended-minus-junit4",
"platform-test-annotations",
"testables",
"truth-prebuilt",
"truth",
],
libs: [
"android.test.mock",
......
......@@ -32,7 +32,7 @@ android_test {
"platform-test-annotations",
"testables",
"testng",
"truth-prebuilt",
"truth",
],
libs: [
"android.test.mock",
......
......@@ -24,7 +24,7 @@ android_test {
"compatibility-device-util-axt",
"mockito-target-minus-junit4",
"testng",
"truth-prebuilt",
"truth",
],
test_suites: ["general-tests"],
platform_apis: true,
......
......@@ -30,7 +30,7 @@ android_test {
"platform-test-annotations",
"testng",
"testables",
"truth-prebuilt",
"truth",
"platform-compat-test-rules",
],
......
......@@ -25,7 +25,7 @@ android_test {
static_libs: [
"androidx.test.rules",
"mockito-target",
"truth-prebuilt",
"truth",
],
certificate: "platform",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment