Clean up obsolete aliases for Truth.

Bug: 255714762
Test: presubmit
Change-Id: I8aab463c74d5e869d949a2b712886a9cc4d15709
Merged-In: I8aab463c74d5e869d949a2b712886a9cc4d15709
diff --git a/tests/unit/Android.bp b/tests/unit/Android.bp
index 70c2fca..3ac0842 100644
--- a/tests/unit/Android.bp
+++ b/tests/unit/Android.bp
@@ -21,7 +21,7 @@
     ],
 
     static_libs: [
-	"androidx.arch.core_core-testing",
+        "androidx.arch.core_core-testing",
         "androidx.test.core",
         "androidx.test.rules",
         "androidx.test.espresso.core",
@@ -32,7 +32,7 @@
         "mockito-target-minus-junit4",
         "platform-test-annotations",
         "platform-test-rules",
-        "truth-prebuilt",
+        "truth",
         "androidx.test.uiautomator_uiautomator",
         "kotlinx_coroutines_test",
         // Don't add SettingsLib libraries here - you can use them directly as they are in the
@@ -40,7 +40,7 @@
     ],
 
     errorprone: {
-        javacflags: ["-Xep:CheckReturnValue:WARN"]
+        javacflags: ["-Xep:CheckReturnValue:WARN"],
     },
 
     // Include all test java/kotlin files.