Remove android.frameworks.bufferhub@1.0 from the Framework
This was a framework-face HIDL interface and we validated that the
vendors do NOT depend on them at all.
Bug: 170681929
Bug: 204068144
Test: aosp_cf_x86_phone-userdebug
Change-Id: I7f0324773e4b3a62f482588d5bd2181f1026872d
diff --git a/libs/gui/Android.bp b/libs/gui/Android.bp
index 18ade37..95dd0af 100644
--- a/libs/gui/Android.bp
+++ b/libs/gui/Android.bp
@@ -83,7 +83,6 @@
],
shared_libs: [
- "android.frameworks.bufferhub@1.0",
"libbinder",
"libbufferhub",
"libbufferhubqueue", // TODO(b/70046255): Remove this once BufferHub is integrated into libgui.
@@ -107,7 +106,6 @@
"BufferHubProducer.cpp",
],
exclude_shared_libs: [
- "android.frameworks.bufferhub@1.0",
"libbufferhub",
"libbufferhubqueue",
"libinput",