Revert "Skip C-verification of GL headers."

Revert submission 3207854-ensure-c-ndk-headers

Reason for revert: Droidmonitor created revert due to b/358445530.

Reverted changes: /q/submissionid:3207854-ensure-c-ndk-headers

Change-Id: I27ff24217f723e6fc02adfb2a45b1fc8622f9a52
diff --git a/libs/binder/ndk/Android.bp b/libs/binder/ndk/Android.bp
index 4e02ace..26c228d 100644
--- a/libs/binder/ndk/Android.bp
+++ b/libs/binder/ndk/Android.bp
@@ -255,9 +255,6 @@
         "include_cpp/android/*.h",
     ],
     license: "NOTICE",
-    // These are intentionally not C. It's a mistake that they're in the NDK.
-    // See the bug above.
-    skip_verification: true,
 }
 
 ndk_library {
diff --git a/opengl/Android.bp b/opengl/Android.bp
index 37dc931..4454f36 100644
--- a/opengl/Android.bp
+++ b/opengl/Android.bp
@@ -30,10 +30,6 @@
     to: "",
     srcs: ["include/EGL/**/*.h"],
     license: "include/EGL/NOTICE",
-    // eglext.h is not self-contained. Safe to skip C-compat verification
-    // though since upstream also cares about C compatibility, and the header is
-    // auto-generated anyway.
-    skip_verification: true,
 }
 
 ndk_headers {
@@ -42,10 +38,6 @@
     to: "",
     srcs: ["include/GLES/**/*.h"],
     license: "include/GLES/NOTICE",
-    // glext.h is not self-contained. Safe to skip C-compat verification
-    // though since upstream also cares about C compatibility, and the header is
-    // auto-generated anyway.
-    skip_verification: true,
 }
 
 ndk_headers {
@@ -54,10 +46,6 @@
     to: "",
     srcs: ["include/GLES2/**/*.h"],
     license: "include/GLES2/NOTICE",
-    // gl2ext.h is not self-contained. Safe to skip C-compat verification
-    // though since upstream also cares about C compatibility, and the header is
-    // auto-generated anyway.
-    skip_verification: true,
 }
 
 ndk_headers {