Remove PGO rules for libhwbinder am: 4d752e5de1 am: 47d27fc4bc

Original change: https://android-review.googlesource.com/c/platform/system/libhidl/+/1934245

Change-Id: I2451c4527a3c36e884ac20831fc4e34850b8ba10
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.