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

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

Merge "Fix library dependency, remove undeclarate deps"

parents a70f10b0 9b117a4d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
#include <log/log.h>

#include "ComposerClient.h"
#include "Hwc.h"
#include "ComposerBase.h"
#include "IComposerCommandBuffer.h"

namespace android {
+2 −1
Original line number Diff line number Diff line
@@ -21,8 +21,9 @@
#include <unordered_map>
#include <vector>

#include "Hwc.h"
#include <hardware/hwcomposer2.h>
#include "IComposerCommandBuffer.h"
#include "ComposerBase.h"

namespace android {
namespace hardware {
+2 −2
Original line number Diff line number Diff line
@@ -16,12 +16,12 @@

#define LOG_TAG "HwcPassthrough"

#include <type_traits>
#include "Hwc.h"

#include <type_traits>
#include <log/log.h>

#include "ComposerClient.h"
#include "Hwc.h"
#include "hardware/hwcomposer.h"
#include "hwc2on1adapter/HWC2On1Adapter.h"