summaryrefslogtreecommitdiff
path: root/opengl
diff options
context:
space:
mode:
author Priyanka Advani (xWF) <padvani@google.com> 2024-08-09 00:05:44 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2024-08-09 00:05:44 +0000
commitb19b1255c6ee3942de028db01461391245d02995 (patch)
tree304dca8c46d5114a52aca1b1700c25a2f0a8786a /opengl
parente7123c3bf184b7655280337d65cf56aa5e89b04b (diff)
parent0d5d421a186ff5b6e82e68ac037793a4c57dea40 (diff)
Merge "Revert "Skip C-verification of GL headers."" into main am: f9d7f291bd am: 0d5d421a18
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3214339 Change-Id: I37feb6bbdc8fef9aecbf03de7b18defb23af0151 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 {