aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/scripts
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2014-05-09 17:55:41 -0700
committerXavier Ducrohet <xav@android.com>2014-05-09 17:55:41 -0700
commitcf194c1b3d92d94711c5b99d542638c505b92fae (patch)
tree81d6d5d6643a810b580b300f894e77ace9c64feb /eclipse/scripts
parent61fd3e6743dc09e54eec5e9e6b796bd460f66f1c (diff)
downloadsdk-cf194c1b3d92d94711c5b99d542638c505b92fae.zip
sdk-cf194c1b3d92d94711c5b99d542638c505b92fae.tar.gz
sdk-cf194c1b3d92d94711c5b99d542638c505b92fae.tar.bz2
Make build_server.sh a no-op
This is to go around some temporary build server issue. Change-Id: I4e2ca5f834049b9eb28fbe03ca549d4aaabf288d
Diffstat (limited to 'eclipse/scripts')
-rwxr-xr-xeclipse/scripts/build_server.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/eclipse/scripts/build_server.sh b/eclipse/scripts/build_server.sh
index 54deaa6..46947ed 100755
--- a/eclipse/scripts/build_server.sh
+++ b/eclipse/scripts/build_server.sh
@@ -16,6 +16,14 @@
# Note: currently wrap around existing shell script, reuse most of it,
# eventually both might merge as needed.
+
+###################
+# temporary disable to deal with build server issues
+# see b/14685861
+exit 0
+###################
+
+
set -e # Fail this script as soon as a command fails -- fail early, fail fast
PROG_DIR=$(dirname "$0")