Skip C-verification of GL headers.
C-compatibility can't be verified for modules with headers that aren't
self-contained. The *ext.h headers in GL aren't self-contained, so
disable it here.
Bug: http://b/113359184
Test: m ndk
Change-Id: Ib88da62338f5de3f1ee8ad2afbda5b188ed06d2c
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 {