File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ echo -n "Uncompressing."
135135if [ -f " ${bin} /bazel" ]; then
136136 rm -f " ${bin} /bazel"
137137fi
138- if [ -d " ${base} " && -x " ${base} /bin/bazel" ]; then
138+ if [ -d " ${base} " -a -x " ${base} /bin/bazel" ]; then
139139 rm -fr " ${base} "
140140fi
141141
Original file line number Diff line number Diff line change @@ -22,8 +22,7 @@ filegroup(
2222filegroup (
2323 name = "package-srcs" ,
2424 srcs = glob (["**" ]) + [
25- "//tools/android:srcs" ,
26- "//tools/android/jack:srcs" ,
25+ "//tools/build_defs/d:srcs" ,
2726 "//tools/build_defs/docker:srcs" ,
2827 "//tools/build_rules/appengine:srcs" ,
2928 "//tools/build_rules/closure:srcs" ,
Original file line number Diff line number Diff line change 11package (default_visibility = ["//visibility:public" ])
22
3+ filegroup (
4+ name = "srcs" ,
5+ srcs = glob (["**" ]),
6+ )
7+
38config_setting (
49 name = "darwin" ,
510 values = {"host_cpu" : "darwin" },
You can’t perform that action at this time.
0 commit comments