summaryrefslogtreecommitdiffstats
path: root/opengl/include
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2012-03-23 14:15:44 -0700
committerMathias Agopian <mathias@google.com>2012-03-23 14:15:44 -0700
commitb0e76f456afaada43ddb0968bb37145219f90cd3 (patch)
treefa7b40ae0eed2dc938ee1a4f0f5ca8ecb3ab67c5 /opengl/include
parent82dd49041004f657680c249ec9abfac668fb41e9 (diff)
downloadframeworks_native-b0e76f456afaada43ddb0968bb37145219f90cd3.zip
frameworks_native-b0e76f456afaada43ddb0968bb37145219f90cd3.tar.gz
frameworks_native-b0e76f456afaada43ddb0968bb37145219f90cd3.tar.bz2
remove dependency of EGL on ndk header
Change-Id: Ia6e489b5b4f028864bdf54923e81f604710dd8ad
Diffstat (limited to 'opengl/include')
-rw-r--r--opengl/include/EGL/eglplatform.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/opengl/include/EGL/eglplatform.h b/opengl/include/EGL/eglplatform.h
index bfac71b..af4d11f 100644
--- a/opengl/include/EGL/eglplatform.h
+++ b/opengl/include/EGL/eglplatform.h
@@ -80,8 +80,7 @@ typedef void *EGLNativePixmapType;
#elif defined(__ANDROID__) || defined(ANDROID)
-#include <android/native_window.h>
-
+struct ANativeWindow;
struct egl_native_pixmap_t;
typedef struct ANativeWindow* EGLNativeWindowType;