skia2/include/third_party/BUILD.bazel
Kevin Lubick b98328a27b [bazel] Add license to all our BUILD.bazel files
find -name "BUILD.bazel" -exec sed -i -e '1i licenses(["notice"])\n' {} +

Change-Id: Ie48f163b7d8d6ede9ba5f952e87232dd5c9fa8e6
Bug: skia:12541
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/529808
Reviewed-by: Ben Wagner <bungeman@google.com>
2022-04-13 19:50:29 +00:00

11 lines
217 B
Python

licenses(["notice"])
cc_library(
name = "skias_vulkan_headers",
includes = ["vulkan"],
visibility = ["//:__subpackages__"],
deps = [
"//include/third_party/vulkan/vulkan:vulkan_hdr",
],
)