android.hardware.tests.libhwbinder@1.0-impl{,.test}

Since it is accidentally installed on some devices, although it is a
test.

Bug: 123878766
Test: atest hwbinderThroughputTest
Change-Id: Icb792cf7e2be81621bed6510bf827ffd97bfe045
diff --git a/vts/performance/Android.bp b/vts/performance/Android.bp
index 49a730f..5c0c370 100644
--- a/vts/performance/Android.bp
+++ b/vts/performance/Android.bp
@@ -43,7 +43,7 @@
     // and test portability since this test pairs with specific hal
     // implementations
     whole_static_libs: [
-        "android.hardware.tests.libhwbinder@1.0-impl",
+        "android.hardware.tests.libhwbinder@1.0-impl.test",
     ],
 }