commit | 870b8aa15cb5c722b5d8eb7726eaa5f1a7c23d69 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Fri Feb 24 16:42:46 2012 -0800 |
committer | Mathias Agopian <mathias@google.com> | Fri Feb 24 16:42:46 2012 -0800 |
tree | 61bddf819c5548d72935128bbda6597bb81369d5 | |
parent | 1c071f828cc8b13b5b6ecb88930c2bfcaf31575c [diff] |
remove libui dependency on libEGL Change-Id: I1194f04085637d5c384e134967249430cc43b6ee
diff --git a/opengl/tests/gl_basic/Android.mk b/opengl/tests/gl_basic/Android.mk index 6b6341f..2ba327b 100644 --- a/opengl/tests/gl_basic/Android.mk +++ b/opengl/tests/gl_basic/Android.mk
@@ -10,6 +10,8 @@ libGLESv1_CM \ libui +LOCAL_C_INCLUDES += frameworks/base/opengl/tests/include + LOCAL_MODULE:= test-opengl-gl_basic LOCAL_MODULE_TAGS := optional
diff --git a/opengl/tests/gl_basic/gl_basic.cpp b/opengl/tests/gl_basic/gl_basic.cpp index 0cc8398..23ce934 100644 --- a/opengl/tests/gl_basic/gl_basic.cpp +++ b/opengl/tests/gl_basic/gl_basic.cpp
@@ -6,7 +6,7 @@ #include <GLES/glext.h> #include <ui/FramebufferNativeWindow.h> -#include <ui/EGLUtils.h> +#include "EGLUtils.h" #include <stdio.h>