Remove libhwbinder_noltopgo.

No longer needed!

Bug: 135558503
Test: build only
Change-Id: I6da3723790c45c493049ff4443a441029f139777
diff --git a/Android.bp b/Android.bp
index 69e52d7..e00b005 100644
--- a/Android.bp
+++ b/Android.bp
@@ -99,23 +99,6 @@
     vendor_available: true,
 }
 
-// Explicitly provide a no lto, no PGO variant, to workaround the issue that we
-// can't detect non-lto users of the module in Android.mk.
-// TODO(b/135558503): remove
-cc_library {
-    name: "libhwbinder_noltopgo",
-    defaults: [
-        "libhwbinder_defaults",
-        "libhwbinder-impl-shared-libs",
-    ],
-    recovery_available: true,
-    vendor_available: true,
-    vndk: {
-        enabled: true,
-        support_system_process: true,
-    },
-}
-
 // Only libhwbinder_benchmark needs to have pgo enabled. When all places
 // support having PGO selectively enabled, all places can use libhwbinder.
 //