Clean up obsolete aliases for Truth.
Bug: 255714762 Test: presubmit Change-Id: I8aab463c74d5e869d949a2b712886a9cc4d15709
This commit is contained in:
@@ -18,7 +18,7 @@ android_test {
|
|||||||
"androidx.test.rules",
|
"androidx.test.rules",
|
||||||
"mockito-target",
|
"mockito-target",
|
||||||
"androidx.test.uiautomator_uiautomator",
|
"androidx.test.uiautomator_uiautomator",
|
||||||
"truth-prebuilt",
|
"truth",
|
||||||
],
|
],
|
||||||
|
|
||||||
srcs: ["**/*.java"],
|
srcs: ["**/*.java"],
|
||||||
|
@@ -19,7 +19,7 @@ android_test {
|
|||||||
],
|
],
|
||||||
|
|
||||||
static_libs: [
|
static_libs: [
|
||||||
"truth-prebuilt",
|
"truth",
|
||||||
"androidx.test.core",
|
"androidx.test.core",
|
||||||
"androidx.test.espresso.core",
|
"androidx.test.espresso.core",
|
||||||
"androidx.test.espresso.intents-nodeps",
|
"androidx.test.espresso.intents-nodeps",
|
||||||
|
@@ -68,7 +68,10 @@ android_robolectric_test {
|
|||||||
"ims-common",
|
"ims-common",
|
||||||
],
|
],
|
||||||
|
|
||||||
java_resource_dirs: ["config", "resources"],
|
java_resource_dirs: [
|
||||||
|
"config",
|
||||||
|
"resources",
|
||||||
|
],
|
||||||
|
|
||||||
instrumentation_for: "SettingsRoboTestStub",
|
instrumentation_for: "SettingsRoboTestStub",
|
||||||
|
|
||||||
@@ -93,6 +96,6 @@ java_library {
|
|||||||
"Robolectric_all-target_upstream",
|
"Robolectric_all-target_upstream",
|
||||||
"Settings-core",
|
"Settings-core",
|
||||||
"mockito-robolectric-prebuilt",
|
"mockito-robolectric-prebuilt",
|
||||||
"truth-prebuilt",
|
"truth",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
@@ -47,7 +47,7 @@ android_test {
|
|||||||
"settings-helper",
|
"settings-helper",
|
||||||
"sysui-helper",
|
"sysui-helper",
|
||||||
"timeresult-helper-lib",
|
"timeresult-helper-lib",
|
||||||
"truth-prebuilt",
|
"truth",
|
||||||
],
|
],
|
||||||
|
|
||||||
//sdk_version: "current",
|
//sdk_version: "current",
|
||||||
|
@@ -27,7 +27,7 @@ android_test {
|
|||||||
"mockito-target-minus-junit4",
|
"mockito-target-minus-junit4",
|
||||||
"platform-test-annotations",
|
"platform-test-annotations",
|
||||||
"platform-test-rules",
|
"platform-test-rules",
|
||||||
"truth-prebuilt",
|
"truth",
|
||||||
"kotlinx_coroutines_test",
|
"kotlinx_coroutines_test",
|
||||||
"flag-junit",
|
"flag-junit",
|
||||||
"Settings-testutils2",
|
"Settings-testutils2",
|
||||||
@@ -36,7 +36,7 @@ android_test {
|
|||||||
],
|
],
|
||||||
|
|
||||||
errorprone: {
|
errorprone: {
|
||||||
javacflags: ["-Xep:CheckReturnValue:WARN"]
|
javacflags: ["-Xep:CheckReturnValue:WARN"],
|
||||||
},
|
},
|
||||||
// Include all test java/kotlin files.
|
// Include all test java/kotlin files.
|
||||||
srcs: [
|
srcs: [
|
||||||
|
Reference in New Issue
Block a user