commit | 7d265e07e7a1e37f04d53342710e4f21d9ee8083 | [log] [tgz] |
---|---|---|
author | Damien Martin-Guillerez <dmarting@google.com> | Fri Jul 01 13:33:48 2016 +0000 |
committer | Damien Martin-Guillerez <dmarting@google.com> | Fri Jul 01 13:36:48 2016 +0000 |
tree | d84b71d801ab8065f9f4f5b94972643c4c26b580 | |
parent | fdb5a8c06985d78c55981a981a72bd4f0766ddb8 [diff] [blame] |
Add all the sources to //:srcs filegroup and add a check to detect missing file to it. We need to activate this check on presubmits -- Change-Id: Ia95e92d3816ce92bb69bc0e2cf56e9c60b68d970 Reviewed-on: https://bazel-review.googlesource.com/#/c/3949/ MOS_MIGRATED_REVID=126404792
diff --git a/scripts/BUILD b/scripts/BUILD index 26aab55..398ce4c 100644 --- a/scripts/BUILD +++ b/scripts/BUILD
@@ -34,6 +34,9 @@ filegroup( name = "srcs", - srcs = glob(["**"]), + srcs = glob(["**"]) + [ + "//scripts/release:srcs", + "//scripts/packages:srcs", + ], visibility = ["//:__pkg__"], )