aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse
diff options
context:
space:
mode:
authorRaphael <raphael@google.com>2010-03-26 14:02:14 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-03-26 14:02:14 -0700
commit874a96cd7d5e8f371f4495668c04e9a3dcce17ce (patch)
treed271b54648e2623cbd0f8607b77b3ff936b394fc /eclipse
parent1a6379e626588d1b3306ee89e4dc05f7b79ec103 (diff)
parent1fae317988a8fddff562bcf25d273a85d79396c2 (diff)
downloadsdk-874a96cd7d5e8f371f4495668c04e9a3dcce17ce.zip
sdk-874a96cd7d5e8f371f4495668c04e9a3dcce17ce.tar.gz
sdk-874a96cd7d5e8f371f4495668c04e9a3dcce17ce.tar.bz2
Merge "Clean create_symlink for windows."
Diffstat (limited to 'eclipse')
-rwxr-xr-xeclipse/scripts/create_all_symlinks.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/eclipse/scripts/create_all_symlinks.sh b/eclipse/scripts/create_all_symlinks.sh
index db4673f..acda10f 100755
--- a/eclipse/scripts/create_all_symlinks.sh
+++ b/eclipse/scripts/create_all_symlinks.sh
@@ -1,14 +1,5 @@
#!/bin/bash
-HOST=`uname`
-if [ "${HOST:0:6}" == "CYGWIN" ]; then
- if [ "x$1" == "x" ] || [ `basename "$1"` != "layoutlib.jar" ]; then
- echo "Usage: $0 sdk/platforms/xxx/data/layoutlib.jar"
- echo "Argument 1 should be the path to the layoutlib.jar that should be updated by create_bridge_symlinks.sh."
- exit 1
- fi
-fi
-
echo "### $0 executing"
function die() {