aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xscripts/get_all_bazel_paths.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/get_all_bazel_paths.sh b/scripts/get_all_bazel_paths.sh
index 11dbb54f5c..367eb489a4 100755
--- a/scripts/get_all_bazel_paths.sh
+++ b/scripts/get_all_bazel_paths.sh
@@ -36,8 +36,8 @@ function query() {
# Build almost everything.
# //third_party/ijar/test/... is disabled due to #273.
# xcode and android tools do not work out of the box.
-./output/bazel build -- //src/... //third_party/... \
- -//third_party/ijar/test/... -//src/tools/{xcode,android,dash}/... >&2 \
+./output/bazel build -- //src/{main,java_tools,test/{java,cpp}}/... //third_party/... \
+ -//third_party/ijar/test/... -//third_party/java_src/j2objc/... >&2 \
|| exit $?
# Source roots.