Remove PGO rules for libhwbinder

The sampling PGO pipeline is deprecated and to be replaced by AFDO.

Test: presubmit
Change-Id: I004a1190319ddb37a49f100f2f150a3916705118
diff --git a/Android.bp b/Android.bp
index 5a05f9e..80f663a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -110,23 +110,6 @@
     min_sdk_version: "29",
 }
 
-// Only libhwbinder_benchmark needs to have pgo enabled. When all places
-// support having PGO selectively enabled, all places can use libhwbinder.
-//
-// http://b/77320844
-cc_library {
-    name: "libhidlbase_pgo",
-    defaults: [
-        "libhidlbase-combined-impl",
-        "hwbinder_benchmark_pgo",
-    ],
-    whole_static_libs: [
-        "libhwbinder_pgo-impl-internal",
-    ],
-
-    visibility: ["//system/libhwbinder:__subpackages__"],
-}
-
 // WARNING: deprecated
 // This library is no longer required, and dependencies should be taken on libhidlbase instead.
 // This is automatically removed by bpfix. Once there are no makefiles, fixes can be automatically applied, and this can be removed.