NDK EGL: Build break fix
- Make sure all headers can be included by themselves.
Change-Id: If8a072ea7db5b8c29ee6e0ac4843d26e82988ae5
diff --git a/ndk/platforms/android-14/include/EGL/eglext.h b/ndk/platforms/android-14/include/EGL/eglext.h
index 55d6a4d..3c08d8c 100644
--- a/ndk/platforms/android-14/include/EGL/eglext.h
+++ b/ndk/platforms/android-14/include/EGL/eglext.h
@@ -28,7 +28,7 @@
** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
*/
-#include <EGL/eglplatform.h>
+#include <EGL/egl.h>
/*************************************************************/
diff --git a/ndk/platforms/android-18/include/EGL/eglext.h b/ndk/platforms/android-18/include/EGL/eglext.h
index 6c505ed..eff5ef7 100644
--- a/ndk/platforms/android-18/include/EGL/eglext.h
+++ b/ndk/platforms/android-18/include/EGL/eglext.h
@@ -28,7 +28,7 @@
** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
*/
-#include <EGL/eglplatform.h>
+#include <EGL/egl.h>
/*************************************************************/
diff --git a/ndk/platforms/android-19/include/EGL/eglext.h b/ndk/platforms/android-19/include/EGL/eglext.h
index 3b2984a..d9bde17 100644
--- a/ndk/platforms/android-19/include/EGL/eglext.h
+++ b/ndk/platforms/android-19/include/EGL/eglext.h
@@ -28,7 +28,7 @@
** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
*/
-#include <EGL/eglplatform.h>
+#include <EGL/egl.h>
/*************************************************************/
diff --git a/ndk/platforms/android-21/include/EGL/eglext.h b/ndk/platforms/android-21/include/EGL/eglext.h
index 3b2984a..d9bde17 100644
--- a/ndk/platforms/android-21/include/EGL/eglext.h
+++ b/ndk/platforms/android-21/include/EGL/eglext.h
@@ -28,7 +28,7 @@
** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
*/
-#include <EGL/eglplatform.h>
+#include <EGL/egl.h>
/*************************************************************/
diff --git a/ndk/platforms/android-23/include/EGL/eglext.h b/ndk/platforms/android-23/include/EGL/eglext.h
index b2abdb1..0628d8f 100644
--- a/ndk/platforms/android-23/include/EGL/eglext.h
+++ b/ndk/platforms/android-23/include/EGL/eglext.h
@@ -28,7 +28,7 @@
** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
*/
-#include <EGL/eglplatform.h>
+#include <EGL/egl.h>
/*************************************************************/
diff --git a/ndk/platforms/android-24/include/EGL/eglext.h b/ndk/platforms/android-24/include/EGL/eglext.h
index 5d838e6..68235cf 100644
--- a/ndk/platforms/android-24/include/EGL/eglext.h
+++ b/ndk/platforms/android-24/include/EGL/eglext.h
@@ -28,7 +28,7 @@
** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
*/
-#include <EGL/eglplatform.h>
+#include <EGL/egl.h>
/*************************************************************/
diff --git a/ndk/platforms/android-9/include/EGL/eglext.h b/ndk/platforms/android-9/include/EGL/eglext.h
index 55d6a4d..3c08d8c 100644
--- a/ndk/platforms/android-9/include/EGL/eglext.h
+++ b/ndk/platforms/android-9/include/EGL/eglext.h
@@ -28,7 +28,7 @@
** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
*/
-#include <EGL/eglplatform.h>
+#include <EGL/egl.h>
/*************************************************************/