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
diff --git a/scripts/get_all_bazel_paths.sh b/scripts/get_all_bazel_paths.sh
index 11dbb54..367eb48 100755
--- a/scripts/get_all_bazel_paths.sh
+++ b/scripts/get_all_bazel_paths.sh
@@ -36,8 +36,8 @@
# 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.