Clean up obsolete aliases for Truth. am: a8ce028f5b

Original change: https://android-review.googlesource.com/c/platform/packages/apps/Car/Launcher/+/2776857

Change-Id: I79c881c95fd3e6ae5b8df8f822e3d7dfc5203411
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/tests/Android.bp b/tests/Android.bp
index 79f259e..f8266ca 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -19,61 +19,61 @@
 }
 
 android_test {
-  name: "CarLauncherTests",
+    name: "CarLauncherTests",
 
-  srcs: ["src/**/*.java"],
+    srcs: ["src/**/*.java"],
 
-  resource_dirs: ["res"],
+    resource_dirs: ["res"],
 
-  libs: [
-      "android.car",
-      "android.test.base",
-      "android.car-system-stubs",
-  ],
+    libs: [
+        "android.car",
+        "android.test.base",
+        "android.car-system-stubs",
+    ],
 
-  optimize: {
-      enabled: false,
-  },
+    optimize: {
+        enabled: false,
+    },
 
-  static_libs: [
-      "android.car.testapi",
-      "android.car.test.utils",
-      "androidx.test.core",
-      "androidx.test.runner",
-      "androidx.test.rules",
-      "androidx.test.espresso.core",
-      "androidx.test.espresso.contrib",
-      "androidx.test.espresso.intents",
-      "androidx.test.ext.junit",
-      "hamcrest-library",
-      "mockito-target-extended",
-      "truth-prebuilt",
-      "testables",
-      "CarLauncher-core"
-  ],
+    static_libs: [
+        "android.car.testapi",
+        "android.car.test.utils",
+        "androidx.test.core",
+        "androidx.test.runner",
+        "androidx.test.rules",
+        "androidx.test.espresso.core",
+        "androidx.test.espresso.contrib",
+        "androidx.test.espresso.intents",
+        "androidx.test.ext.junit",
+        "hamcrest-library",
+        "mockito-target-extended",
+        "truth",
+        "testables",
+        "CarLauncher-core",
+    ],
 
-  platform_apis: true,
+    platform_apis: true,
 
-  certificate: "platform",
+    certificate: "platform",
 
-  privileged: true,
+    privileged: true,
 
-  manifest: "AndroidManifest.xml",
+    manifest: "AndroidManifest.xml",
 
-  instrumentation_for: "CarLauncher",
+    instrumentation_for: "CarLauncher",
 
-  dex_preopt: {
-      enabled: false,
-  },
+    dex_preopt: {
+        enabled: false,
+    },
 
-  jni_libs: [
-      // For mockito extended
-      "libdexmakerjvmtiagent",
-      "libstaticjvmtiagent",
-  ],
+    jni_libs: [
+        // For mockito extended
+        "libdexmakerjvmtiagent",
+        "libstaticjvmtiagent",
+    ],
 
-  test_suites: [
-      "automotive-tests",
-      "device-tests",
-  ],
+    test_suites: [
+        "automotive-tests",
+        "device-tests",
+    ],
 }