Whitelist EGL_KHR_no_config_context

This change allows driver to expose EGL_KHR_no_config_context
functionality.

Test: dEQP-EGL.info.extensions, dEQP-EGL.functional.create_context.no_config
Bug: 22093220
Change-Id: I4dee8577f2fa7378c1f2512cbdc568670d1c036e
diff --git a/opengl/libs/EGL/eglApi.cpp b/opengl/libs/EGL/eglApi.cpp
index 3359c64..e52713f 100644
--- a/opengl/libs/EGL/eglApi.cpp
+++ b/opengl/libs/EGL/eglApi.cpp
@@ -126,6 +126,7 @@
         "EGL_EXT_yuv_surface "
         "EGL_EXT_protected_content "
         "EGL_IMG_context_priority "
+        "EGL_KHR_no_config_context "
         ;
 
 // extensions not exposed to applications but used by the ANDROID system