aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Lukacs Berki <lberki@google.com>2015-08-25 08:54:45 +0000
committerGravatar Lukacs Berki <lberki@google.com>2015-08-26 07:34:16 +0000
commitad67cc44f5264f73e7a948ac61ee924f10ca2155 (patch)
treec4628d008c0ef2b21806453987ae825548cc59de /scripts
parent8e5d60a9811f18e5c57132fd5d6eb1ccf448e7fd (diff)
Make setup-intellij.sh work again.
It rotted somewhere along the way and tried to build Objective C tools on Linux, and unsurprisingly, failing. -- MOS_MIGRATED_REVID=101445358
Diffstat (limited to 'scripts')
-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.