aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof KosiƄski <krzysio@google.com>2023-10-07 03:12:57 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-10-07 03:12:57 +0000
commit005529a3362740728c0b9da428bb1d88e691d9b6 (patch)
treeab5388f24098bcf2a8d0c277e7586c5ce325cd88
parent084e95fc76592030cdecc4a0809994356feed054 (diff)
parent52dca159475059c711f791a353e549cebed1d9d7 (diff)
downloadtelephony-005529a3362740728c0b9da428bb1d88e691d9b6.tar.gz
Merge "Clean up obsolete aliases for Truth." into main
-rw-r--r--testing/Android.bp2
-rw-r--r--tests/telephonytests/Android.bp4
2 files changed, 3 insertions, 3 deletions
diff --git a/testing/Android.bp b/testing/Android.bp
index 3c100d857c..903b98e7aa 100644
--- a/testing/Android.bp
+++ b/testing/Android.bp
@@ -16,7 +16,7 @@ android_library {
"guava",
"junit",
"mockito-target-minus-junit4",
- "truth-prebuilt",
+ "truth",
],
sdk_version: "test_current",
diff --git a/tests/telephonytests/Android.bp b/tests/telephonytests/Android.bp
index 2aa446d8ab..9fb4fe642d 100644
--- a/tests/telephonytests/Android.bp
+++ b/tests/telephonytests/Android.bp
@@ -38,9 +38,9 @@ android_test {
"platform-test-annotations",
"services.core",
"services.net",
- "truth-prebuilt",
+ "truth",
"testables",
- "platform-compat-test-rules"
+ "platform-compat-test-rules",
],
jarjar_rules: ":jarjar-rules-telephony-tests",