aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2017-02-17 18:40:46 -0800
committerMathias Agopian <mathias@google.com>2017-02-17 18:54:29 -0800
commiteb3c2d5f458e258f8a0a53907c8d7c0cf6b5a69d (patch)
treef6bd78dee3345c2d8d957a3301e1b1a1a9724ab0
parent0f0b7895526d78458d8c4a09faaaa646e5fc7466 (diff)
downloadpsb_video-eb3c2d5f458e258f8a0a53907c8d7c0cf6b5a69d.tar.gz
fix fugu build attempt. fallout of splitting rect.h out of libandroid.
Some makefiles didn’t specify libgui but included headers from it directly, and they didn’t even need them. It works because these headers are on the global include path. With this change, though, rect.h is not anymore (albeit exported from libui). Test: built Bug: 35164655 Change-Id: I72da3f159db289bf1c1466b095369f19a38ff923
-rwxr-xr-xsrc/android/psb_android_glue.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/android/psb_android_glue.cpp b/src/android/psb_android_glue.cpp
index 0ac3f27..122c2f8 100755
--- a/src/android/psb_android_glue.cpp
+++ b/src/android/psb_android_glue.cpp
@@ -31,14 +31,10 @@
#include <binder/IPCThreadState.h>
#include <binder/ProcessState.h>
#include <binder/IServiceManager.h>
-#include <gui/Surface.h>
-#include <gui/SurfaceComposerClient.h>
-#include <gui/ISurfaceComposer.h>
#include <binder/MemoryHeapBase.h>
#include "psb_android_glue.h"
#include "psb_output_android.h"
#include <cutils/log.h>
-#include <ui/Rect.h>
#include <system/window.h>
#include <system/graphics.h>
#ifdef TARGET_HAS_MULTIPLE_DISPLAY