aboutsummaryrefslogtreecommitdiffhomepage
path: root/compile.sh
diff options
context:
space:
mode:
authorGravatar Lukacs Berki <lberki@google.com>2015-11-18 09:55:46 +0000
committerGravatar Lukacs Berki <lberki@google.com>2015-11-18 15:31:56 +0000
commit9b1e3a2957981ab6900dbb7d29c8c68ef9ba2f76 (patch)
treee4f9cf0c2b86697d0fff7a0fac0852fbda06e637 /compile.sh
parent07475c7b3812d6194602213a69e6e9f70643b32a (diff)
Tweak the bootstrapping and build process so that the prebuilt tools under tools/jdk are not necessary anymore.
Fixes #508. -- MOS_MIGRATED_REVID=108123264
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