Snap for 8050871 from 1572f49a1fcef3f50c7d07ffd3ada9a8ad3cfe87 to tm-release
Change-Id: I732b3f614daf946581d4791400bda20c0a4f67e1
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.
diff --git a/OWNERS b/OWNERS
index 3631423..d13efdb 100644
--- a/OWNERS
+++ b/OWNERS
@@ -1,5 +1,4 @@
smoreland@google.com
elsk@google.com
maco@google.com
-hridya@google.com
malchev@google.com