summaryrefslogtreecommitdiffstats
path: root/libs/gui
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2013-08-14 16:33:04 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-08-14 16:33:04 -0700
commit70986f00348e1af2f04cc7a80bcb0431a01d93d5 (patch)
tree2bff58d65bc387f0576a07663a03862ad27cade1 /libs/gui
parent32ca79c8a7c4ae982fb59e4911a7ec91a418770c (diff)
parentc6bae007e6e29b585fc1207f84b378a480006173 (diff)
downloadframeworks_native-70986f00348e1af2f04cc7a80bcb0431a01d93d5.zip
frameworks_native-70986f00348e1af2f04cc7a80bcb0431a01d93d5.tar.gz
frameworks_native-70986f00348e1af2f04cc7a80bcb0431a01d93d5.tar.bz2
am c6bae007: Fix build. optional tests were broken.
* commit 'c6bae007e6e29b585fc1207f84b378a480006173': Fix build. optional tests were broken.
Diffstat (limited to 'libs/gui')
-rw-r--r--libs/gui/tests/SurfaceTextureClient_test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/gui/tests/SurfaceTextureClient_test.cpp b/libs/gui/tests/SurfaceTextureClient_test.cpp
index 459b001..989fcef 100644
--- a/libs/gui/tests/SurfaceTextureClient_test.cpp
+++ b/libs/gui/tests/SurfaceTextureClient_test.cpp
@@ -18,7 +18,10 @@
//#define LOG_NDEBUG 0
#include <EGL/egl.h>
+#include <GLES2/gl2.h>
+
#include <gtest/gtest.h>
+#include <gui/GLConsumer.h>
#include <gui/Surface.h>
#include <system/graphics.h>
#include <utils/Log.h>