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",
|
||||
"mockito-target",
|
||||
"androidx.test.uiautomator_uiautomator",
|
||||
"truth-prebuilt",
|
||||
"truth",
|
||||
],
|
||||
|
||||
srcs: ["**/*.java"],
|
||||
|
@@ -19,7 +19,7 @@ android_test {
|
||||
],
|
||||
|
||||
static_libs: [
|
||||
"truth-prebuilt",
|
||||
"truth",
|
||||
"androidx.test.core",
|
||||
"androidx.test.espresso.core",
|
||||
"androidx.test.espresso.intents-nodeps",
|
||||
|
@@ -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",
|
||||
],
|
||||
}
|
||||
|
@@ -47,7 +47,7 @@ android_test {
|
||||
"settings-helper",
|
||||
"sysui-helper",
|
||||
"timeresult-helper-lib",
|
||||
"truth-prebuilt",
|
||||
"truth",
|
||||
],
|
||||
|
||||
//sdk_version: "current",
|
||||
|
@@ -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: [
|
||||
|
Reference in New Issue
Block a user