diff options
author | 2023-10-06 20:11:39 +0000 | |
---|---|---|
committer | 2023-10-06 20:12:31 +0000 | |
commit | 60b70871865c117a599ae2702a1560362086aa5c (patch) | |
tree | 48fa78f4ef71c31f72de583a37e943b1e3de55bc /tests/InputScreenshotTest | |
parent | 088cb229663931a0e21d6902e4e28abf7132ec34 (diff) |
Clean up obsolete aliases for Truth.
Bug: 255714762
Test: presubmit
Change-Id: I7e29732e1e77e37cfb491521d14d2f3eb07deb36
Diffstat (limited to 'tests/InputScreenshotTest')
-rw-r--r-- | tests/InputScreenshotTest/Android.bp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/InputScreenshotTest/Android.bp b/tests/InputScreenshotTest/Android.bp index eee486f99748..15aaa463cce7 100644 --- a/tests/InputScreenshotTest/Android.bp +++ b/tests/InputScreenshotTest/Android.bp @@ -29,7 +29,7 @@ android_test { "androidx.lifecycle_lifecycle-livedata-ktx", "androidx.lifecycle_lifecycle-runtime-compose", "androidx.navigation_navigation-compose", - "truth-prebuilt", + "truth", "androidx.compose.runtime_runtime", "androidx.test.core", "androidx.test.ext.junit", @@ -47,7 +47,7 @@ android_test { "services.core.unboosted", "testables", "testng", - "truth-prebuilt", + "truth", ], libs: [ "android.test.mock", |