Skip to content

Commit 92c7e7b

Browse files
Priyanka Advani (xWF)Gerrit Code Review
authored andcommitted
Revert "Skip C-verification of GL headers."
Revert submission 3207854-ensure-c-ndk-headers Reason for revert: Droidmonitor created revert due to b/358445530. Reverted changes: /q/submissionid:3207854-ensure-c-ndk-headers Change-Id: I27ff24217f723e6fc02adfb2a45b1fc8622f9a52
1 parent 25ac318 commit 92c7e7b

2 files changed

Lines changed: 0 additions & 15 deletions

File tree

libs/binder/ndk/Android.bp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,6 @@ ndk_headers {
255255
"include_cpp/android/*.h",
256256
],
257257
license: "NOTICE",
258-
// These are intentionally not C. It's a mistake that they're in the NDK.
259-
// See the bug above.
260-
skip_verification: true,
261258
}
262259

263260
ndk_library {

opengl/Android.bp

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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

3935
ndk_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

5143
ndk_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

6351
ndk_headers {

0 commit comments

Comments
 (0)