diff options
author | 2024-08-08 23:29:41 +0000 | |
---|---|---|
committer | 2024-08-08 23:29:41 +0000 | |
commit | f9d7f291bd915a36bae14978f8049efab4411c5a (patch) | |
tree | d5dcbd5cd316c750f170c2bb624e80abdc4a13d7 /opengl | |
parent | 163c54a5018600d16188e39220d4ae562893a9ee (diff) | |
parent | 92c7e7b2af5f28a5a3b7d1e1cdf3ddec71d130a5 (diff) |
Merge "Revert "Skip C-verification of GL headers."" into main
Diffstat (limited to 'opengl')
-rw-r--r-- | opengl/Android.bp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/opengl/Android.bp b/opengl/Android.bp index 37dc9314e2..4454f36b67 100644 --- a/opengl/Android.bp +++ b/opengl/Android.bp @@ -30,10 +30,6 @@ ndk_headers { 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 @@ ndk_headers { 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 @@ ndk_headers { 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 { |