diff options
author | 2023-10-07 00:48:14 +0000 | |
---|---|---|
committer | 2023-10-07 00:48:14 +0000 | |
commit | 52dca159475059c711f791a353e549cebed1d9d7 (patch) | |
tree | ab5388f24098bcf2a8d0c277e7586c5ce325cd88 /testing | |
parent | 084e95fc76592030cdecc4a0809994356feed054 (diff) |
Clean up obsolete aliases for Truth.
Bug: 255714762
Test: presubmit
Change-Id: Ia8c6e15e15f86b823524009c1f946cbe13bad5d7
Diffstat (limited to 'testing')
-rw-r--r-- | testing/Android.bp | 2 |
1 files changed, 1 insertions, 1 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", |