diff options
author | Raphael <raphael@google.com> | 2010-03-25 13:34:04 -0700 |
---|---|---|
committer | Raphael <raphael@google.com> | 2010-03-25 13:35:29 -0700 |
commit | 1fae317988a8fddff562bcf25d273a85d79396c2 (patch) | |
tree | a7eb1ee3b7260c4b63edee9ab4dbea3a0ed3d71c /eclipse/scripts | |
parent | 532bfee321d688084e0f25e5274429f73e397a66 (diff) | |
download | sdk-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-x | eclipse/scripts/create_all_symlinks.sh | 9 |
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() { |