| load("@rules_cc//cc:cc_library.bzl", "cc_library") | |
| package(default_visibility = ["//visibility:public"]) | |
| # EGL Headers | |
| cc_library( | |
| name = "EGL_headers", | |
| hdrs = [ | |
| "api/EGL/egl.h", | |
| "api/EGL/eglext.h", | |
| "api/EGL/eglplatform.h", | |
| "api/KHR/khrplatform.h", | |
| ], | |
| includes = ["api"], | |
| ) |