Skip to content

Commit

Permalink
Reverb: Create a new top-level BUILD file.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 310148126
Change-Id: I9034baf5681f96928b5c9a4be7a10e1bec80a478
  • Loading branch information
fastturtle authored and tfboyd committed May 8, 2020
1 parent 70bfa99 commit fd7cf77
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 17 deletions.
18 changes: 1 addition & 17 deletions BUILD
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
licenses(["notice"]) # Apache 2.0

filegroup(
name = "licenses",
data = [
"//:LICENSE",
],
)

sh_binary(
name = "build_pip_package",
srcs = ["build_pip_package.sh"],
data = [
"MANIFEST.in",
"licenses",
"setup.py",
"//reverb",
],
)
exports_files(["LICENSE"])
19 changes: 19 additions & 0 deletions reverb/pip_package/BUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
licenses(["notice"]) # Apache 2.0

filegroup(
name = "licenses",
data = [
"//:LICENSE",
],
)

sh_binary(
name = "build_pip_package",
srcs = ["build_pip_package.sh"],
data = [
"MANIFEST.in",
"licenses",
"setup.py",
"//reverb",
],
)
1 change: 1 addition & 0 deletions third_party/opensource_only.files
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
BUILD
reverb/cc/platform/default/BUILD
reverb/pip_package/BUILD
reverb/pip_package/MANIFEST.in
reverb/pip_package/setup.py
third_party/BUILD
Expand Down

0 comments on commit fd7cf77

Please sign in to comment.