summaryrefslogtreecommitdiff
path: root/opengl
diff options
context:
space:
mode:
author Priyanka Advani (xWF) <padvani@google.com> 2024-08-08 23:47:48 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2024-08-08 23:47:48 +0000
commit0d5d421a186ff5b6e82e68ac037793a4c57dea40 (patch)
treea40a6c4ee10d0a56c4e6578eaab0558c3405a7a9 /opengl
parente6d4053630a5791040e6582eb0679c893483d79e (diff)
parentf9d7f291bd915a36bae14978f8049efab4411c5a (diff)
Merge "Revert "Skip C-verification of GL headers."" into main am: f9d7f291bd
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3214339 Change-Id: If302f53487d2298dd8ab4fcc77027539083b7907 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'opengl')
-rw-r--r--opengl/Android.bp12
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 {