From 6e3b7a6943097a4be98bdcd54ee98986bf5148dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Kosi=C5=84ski?= Date: Tue, 10 Oct 2023 06:50:28 +0000 Subject: [PATCH] Clean up obsolete aliases for Truth. Bug: 255714762 Test: presubmit Change-Id: Idd56488c129096c520e4e69f175778f10156a569 --- tests/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Android.bp b/tests/Android.bp index e7f408487d..5a59fa8bcd 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -85,7 +85,7 @@ android_library { "androidx.test.uiautomator_uiautomator", "mockito-target-inline-minus-junit4", "launcher_log_protos_lite", - "truth-prebuilt", + "truth", "platform-test-rules", ], manifest: "AndroidManifest-common.xml",