From 13de1b68b4e82059266d4e0a8950bcd8158decb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Kosi=C5=84ski?= Date: Sat, 7 Oct 2023 00:48:10 +0000 Subject: [PATCH] Clean up obsolete aliases for Truth. Bug: 255714762 Test: presubmit Change-Id: I0cb0dd70d7aaa1a2388f725f3365ffff6dbc3b37 --- automotive/vehicle/aidl/aidl_test/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automotive/vehicle/aidl/aidl_test/Android.bp b/automotive/vehicle/aidl/aidl_test/Android.bp index 44d7445d25..d752b2a6df 100644 --- a/automotive/vehicle/aidl/aidl_test/Android.bp +++ b/automotive/vehicle/aidl/aidl_test/Android.bp @@ -54,7 +54,7 @@ android_test { "android.hardware.automotive.vehicle-V2-java", "android.hardware.automotive.vehicle.property-V2-java", "androidx.test.runner", - "truth-prebuilt", + "truth", ], test_suites: ["general-tests"], }