diff options
author | 2020-04-13 18:57:54 -0700 | |
---|---|---|
committer | 2020-04-14 11:45:29 -0700 | |
commit | d0d6ccd726a2dd70c4df080e32d1e89d9e3f8640 (patch) | |
tree | b10cae93a96f3e5840701253c58582c23e64b381 /libs/gui/BufferHubProducer.cpp | |
parent | 748bae0bc62f77f136528feeba7b4b5208b2509e (diff) |
Remove binder-based BufferHub from libui
We are removing Binder-based BufferHub from Android. Please refer to
b/147002762 for details. In short, those services and libraries were
originally created as a major refactor for a future product line. As
part of a strategy shift, these components are no longer needed.
Bug: 147002762
Test: Build and flash blueline
Merged-In: If5e64880911f2271a297b1628079261a4251f9e3
Change-Id: I9f7ac210b23b774d44c8fa85401f0aaf690c66e5
Diffstat (limited to 'libs/gui/BufferHubProducer.cpp')
-rw-r--r-- | libs/gui/BufferHubProducer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/gui/BufferHubProducer.cpp b/libs/gui/BufferHubProducer.cpp index 4be014fbb1..489f3c356b 100644 --- a/libs/gui/BufferHubProducer.cpp +++ b/libs/gui/BufferHubProducer.cpp @@ -19,7 +19,6 @@ #include <inttypes.h> #include <log/log.h> #include <system/window.h> -#include <ui/BufferHubBuffer.h> namespace android { |