move bzl file out of tools (#1352)

This commit is contained in:
Dominic Hamon 2022-02-21 12:03:18 +00:00 committed by GitHub
parent c563644040
commit b46208fcf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View File

@ -1,9 +1,6 @@
licenses(["notice"])
load(
"//tools:workspace/generate_export_header.bzl",
"generate_export_header",
)
load("//:workspace/generate_export_header.bzl", "generate_export_header")
posix_copts = [
"-fvisibility=hidden",