Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Explicitly export files needed by other packages
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 283841618
Change-Id: Ic252d2bd54e7f5eb98409a0e38ad9da33bbab6d4
  • Loading branch information
Mako Team authored and timford committed Dec 11, 2019
1 parent 484d6b6 commit 3d0b9c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions swig/BUILD
Expand Up @@ -2,6 +2,11 @@ package(default_visibility = ["//:internal"])

licenses(["notice"])

exports_files(
["base.swig"],
visibility = ["//:internal"],
)

filegroup(
name = "swig_includes",
srcs = glob(["*.swig"]),
Expand Down
5 changes: 5 additions & 0 deletions swig/go/BUILD
Expand Up @@ -2,6 +2,11 @@ package(default_visibility = ["//:internal"])

licenses(["notice"])

exports_files(
["strings.swig"],
visibility = ["//:internal"],
)

filegroup(
name = "swig_includes",
srcs = glob(["*.swig"]),
Expand Down

0 comments on commit 3d0b9c5

Please sign in to comment.