summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kosiński <krzysio@google.com>2023-10-07 00:48:12 +0000
committerKrzysztof Kosiński <krzysio@google.com>2023-10-07 00:48:12 +0000
commit2fe763bd218995b5a9ea6d765595ad5edb8e093a (patch)
tree764642e9de37410cfcc3658322177e29e62709df
parentc96a0eb956c0f97f692ccf7a6de7cd013d74e6cb (diff)
downloadStorageManager-2fe763bd218995b5a9ea6d765595ad5edb8e093a.tar.gz
Clean up obsolete aliases for Truth.
Bug: 255714762 Test: presubmit Change-Id: Ifd18fde4e675c505b9db9811690cd1f780b56463
-rw-r--r--robotests/Android.bp2
-rw-r--r--tests/app/Android.bp2
2 files changed, 2 insertions, 2 deletions
diff --git a/robotests/Android.bp b/robotests/Android.bp
index 44a8845..07e8b13 100644
--- a/robotests/Android.bp
+++ b/robotests/Android.bp
@@ -17,7 +17,7 @@ android_robolectric_test {
"robolectric_android-all-stub",
//"Robolectric_all-target",
//"mockito-robolectric-prebuilt",
- "truth-prebuilt",
+ "truth",
],
instrumentation_for: "StorageManager",
diff --git a/tests/app/Android.bp b/tests/app/Android.bp
index 334124f..f15cf5a 100644
--- a/tests/app/Android.bp
+++ b/tests/app/Android.bp
@@ -13,7 +13,7 @@ android_test {
"androidx.test.espresso.core",
"androidx.test.espresso.contrib-nodeps",
"androidx.test.espresso.intents-nodeps",
- "truth-prebuilt",
+ "truth",
],
// Include all test java files.