summaryrefslogtreecommitdiffstats
path: root/opengl/tests/gl2_basic
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2012-02-24 16:42:46 -0800
committerMathias Agopian <mathias@google.com>2012-02-24 16:42:46 -0800
commitcc0eaa6582563f51c98db1b232200ac4d2a9a996 (patch)
tree68fcede9c118f7a72de79d0402e92c97b4edfaf3 /opengl/tests/gl2_basic
parent7b49b4bea8090bb8e5015225eb05686d3676205c (diff)
downloadframeworks_base-cc0eaa6582563f51c98db1b232200ac4d2a9a996.zip
frameworks_base-cc0eaa6582563f51c98db1b232200ac4d2a9a996.tar.gz
frameworks_base-cc0eaa6582563f51c98db1b232200ac4d2a9a996.tar.bz2
remove libui dependency on libEGL
Change-Id: I1194f04085637d5c384e134967249430cc43b6ee
Diffstat (limited to 'opengl/tests/gl2_basic')
-rw-r--r--opengl/tests/gl2_basic/Android.mk2
-rw-r--r--opengl/tests/gl2_basic/gl2_basic.cpp2
2 files changed, 3 insertions, 1 deletions
diff --git a/opengl/tests/gl2_basic/Android.mk b/opengl/tests/gl2_basic/Android.mk
index a642eaf..07469a0 100644
--- a/opengl/tests/gl2_basic/Android.mk
+++ b/opengl/tests/gl2_basic/Android.mk
@@ -10,6 +10,8 @@ LOCAL_SHARED_LIBRARIES := \
libGLESv2 \
libui
+LOCAL_C_INCLUDES += frameworks/base/opengl/tests/include
+
LOCAL_MODULE:= test-opengl-gl2_basic
LOCAL_MODULE_TAGS := optional
diff --git a/opengl/tests/gl2_basic/gl2_basic.cpp b/opengl/tests/gl2_basic/gl2_basic.cpp
index f274c7c..7007871 100644
--- a/opengl/tests/gl2_basic/gl2_basic.cpp
+++ b/opengl/tests/gl2_basic/gl2_basic.cpp
@@ -27,7 +27,7 @@
#include <utils/Timers.h>
#include <ui/FramebufferNativeWindow.h>
-#include <ui/EGLUtils.h>
+#include "EGLUtils.h"
using namespace android;