aboutsummaryrefslogtreecommitdiffhomepage
path: root/compile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/compile.sh b/compile.sh
index 7352c767ca..58103488d4 100755
--- a/compile.sh
+++ b/compile.sh
@@ -90,14 +90,6 @@ fi
source scripts/bootstrap/bootstrap.sh
if [ $DO_TOOLS_COMPILATION ]; then
- new_step 'Building Bazel tools'
- bazel_bootstrap //third_party/ijar:ijar tools/jdk/ijar 0755
- bazel_bootstrap //src/java_tools/singlejar:SingleJar_deploy.jar \
- tools/jdk/SingleJar_deploy.jar
- bazel_bootstrap //src/java_tools/buildjar:JavaBuilder_deploy.jar \
- tools/jdk/JavaBuilder_deploy.jar
- bazel_bootstrap //src/java_tools/buildjar/java/com/google/devtools/build/buildjar/genclass:GenClass_deploy.jar \
- tools/jdk/GenClass_deploy.jar
if [[ $PLATFORM == "darwin" ]]; then
bazel_bootstrap //src/tools/xcode/actoolwrapper:actoolwrapper tools/objc/actoolwrapper.sh 0755
bazel_bootstrap //src/tools/xcode/ibtoolwrapper:ibtoolwrapper tools/objc/ibtoolwrapper.sh 0755