Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 506188760
  • Loading branch information
SiliFuzz Team authored and copybara-github committed Feb 1, 2023
1 parent 7585496 commit 5a77ed8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
7 changes: 7 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
# Description:
# Opensource SiliFuzz code.

load("//tools/build_defs/license:license.bzl", "license")

license(
name = "license",
package_name = "silifuzz",
)

licenses(["notice"])

exports_files(["LICENSE"])
14 changes: 12 additions & 2 deletions third_party/silifuzz_libunwind/BUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
licenses(["notice"])
load("//tools/build_defs/license:license.bzl", "license")

package(
default_applicable_licenses = ["//third_party/silifuzz_libunwind:license"],
default_visibility = ["//visibility:public"],
)

package(default_visibility = ["//visibility:public"])
license(
name = "license",
package_name = "silifuzz_libunwind",
)

licenses(["notice"])

# Export all files.
exports_files(["LICENSE"] + glob([
Expand Down

0 comments on commit 5a77ed8

Please sign in to comment.