8d69d04579
Mostly, this adds placeholder BUILD.bazel files corresponding to files used in public.bzl The exception is src/ports/BUILD.bazel, which adds an explicit link command for dl, needed for dlopen etc. Bug: skia:12541 Change-Id: Id3801a4c718cec37bc2aa3920a8d810f8a80a373 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/545359 Reviewed-by: Ben Wagner <bungeman@google.com>
6 lines
97 B
Python
6 lines
97 B
Python
load("//bazel:macros.bzl", "exports_files_legacy")
|
|
|
|
licenses(["notice"])
|
|
|
|
exports_files_legacy()
|