Skip to content
Snippets Groups Projects
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
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",
],
......
......@@ -43,7 +43,7 @@ android_test {
"flickerlib",
"flickerlib-apphelpers",
"flickerlib-helpers",
"truth-prebuilt",
"truth",
"app-helpers-core",
"launcher-helper-lib",
"launcher-aosp-tapl",
......
......@@ -44,7 +44,7 @@ android_test {
"kotlinx-coroutines-android",
"kotlinx-coroutines-core",
"mockito-target-extended-minus-junit4",
"truth-prebuilt",
"truth",
"testables",
"platform-test-annotations",
"servicestests-utils",
......
......@@ -33,7 +33,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",
],
......
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