@@ -30,10 +30,6 @@ ndk_headers {
3030 to : " " ,
3131 srcs : [" include/EGL/**/*.h" ],
3232 license : " include/EGL/NOTICE" ,
33- // eglext.h is not self-contained. Safe to skip C-compat verification
34- // though since upstream also cares about C compatibility, and the header is
35- // auto-generated anyway.
36- skip_verification : true ,
3733}
3834
3935ndk_headers {
@@ -42,10 +38,6 @@ ndk_headers {
4238 to : " " ,
4339 srcs : [" include/GLES/**/*.h" ],
4440 license : " include/GLES/NOTICE" ,
45- // glext.h is not self-contained. Safe to skip C-compat verification
46- // though since upstream also cares about C compatibility, and the header is
47- // auto-generated anyway.
48- skip_verification : true ,
4941}
5042
5143ndk_headers {
@@ -54,10 +46,6 @@ ndk_headers {
5446 to : " " ,
5547 srcs : [" include/GLES2/**/*.h" ],
5648 license : " include/GLES2/NOTICE" ,
57- // gl2ext.h is not self-contained. Safe to skip C-compat verification
58- // though since upstream also cares about C compatibility, and the header is
59- // auto-generated anyway.
60- skip_verification : true ,
6149}
6250
6351ndk_headers {
0 commit comments