diff options
author | 2020-04-13 18:57:54 -0700 | |
---|---|---|
committer | 2020-04-14 11:49:57 -0700 | |
commit | f8bc4a9d0fca65423625e8cfa6a8a6878a469e5f (patch) | |
tree | dc6a131302dfe6e3063c506eb58242daf95f2aff /libs/gui/BufferHubProducer.cpp | |
parent | 05ca61c1f87377a852300168544b5f41c8b4a7ba (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
Change-Id: If5e64880911f2271a297b1628079261a4251f9e3
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 { |