aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/scripts
diff options
context:
space:
mode:
authorRaphael <raphael@google.com>2010-03-25 13:34:04 -0700
committerRaphael <raphael@google.com>2010-03-25 13:35:29 -0700
commit1fae317988a8fddff562bcf25d273a85d79396c2 (patch)
treea7eb1ee3b7260c4b63edee9ab4dbea3a0ed3d71c /eclipse/scripts
parent532bfee321d688084e0f25e5274429f73e397a66 (diff)
downloadsdk-1fae317988a8fddff562bcf25d273a85d79396c2.zip
sdk-1fae317988a8fddff562bcf25d273a85d79396c2.tar.gz
sdk-1fae317988a8fddff562bcf25d273a85d79396c2.tar.bz2
Clean create_symlink for windows.
Change-Id: Iac03183e10a49d60f42d69c33e97f3e62ec0c5b9
Diffstat (limited to 'eclipse/scripts')
-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() {