Revert^2 "Skip C-verification of GL headers."

92c7e7b2af5f28a5a3b7d1e1cdf3ddec71d130a5

Change-Id: I9e39af3d0409391e54299a2dd2a3389185bc8efb
diff --git a/libs/binder/ndk/Android.bp b/libs/binder/ndk/Android.bp
index 26c228d..4e02ace 100644
--- a/libs/binder/ndk/Android.bp
+++ b/libs/binder/ndk/Android.bp
@@ -255,6 +255,9 @@
         "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 {