Loading libs/binder/ndk/Android.bp +0 −3 Original line number Diff line number Diff line Loading @@ -255,9 +255,6 @@ ndk_headers { "include_cpp/android/*.h", ], license: "NOTICE", // These are intentionally not C. It's a mistake that they're in the NDK. // See the bug above. skip_verification: true, } ndk_library { Loading opengl/Android.bp +0 −12 Original line number Diff line number Diff line Loading @@ -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 { Loading @@ -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 { Loading @@ -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 { Loading Loading
libs/binder/ndk/Android.bp +0 −3 Original line number Diff line number Diff line Loading @@ -255,9 +255,6 @@ ndk_headers { "include_cpp/android/*.h", ], license: "NOTICE", // These are intentionally not C. It's a mistake that they're in the NDK. // See the bug above. skip_verification: true, } ndk_library { Loading
opengl/Android.bp +0 −12 Original line number Diff line number Diff line Loading @@ -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 { Loading @@ -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 { Loading @@ -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 { Loading