Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7bd0838b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove BufferNode in libbufferhubd"

parents e2599dfd 44d242f9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@

sharedLibraries = [
    "libbase",
    "libbufferhubservice",
    "libcutils",
    "libgtest_prod",
    "libgui",
+0 −16
Original line number Diff line number Diff line
#ifndef ANDROID_DVR_BUFFERHUBD_BUFFER_NODE_H_
#define ANDROID_DVR_BUFFERHUBD_BUFFER_NODE_H_
// TODO(b/118891412) Remove this file

#include <bufferhub/BufferNode.h>

namespace android {
namespace dvr {

typedef android::frameworks::bufferhub::V1_0::implementation::BufferNode
    BufferNode;

}  // namespace dvr
}  // namespace android

#endif  // ANDROID_DVR_BUFFERHUBD_BUFFER_NODE_H_