diff options
author | Raphael <raphael@google.com> | 2010-03-26 14:02:14 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-03-26 14:02:14 -0700 |
commit | 874a96cd7d5e8f371f4495668c04e9a3dcce17ce (patch) | |
tree | d271b54648e2623cbd0f8607b77b3ff936b394fc /eclipse | |
parent | 1a6379e626588d1b3306ee89e4dc05f7b79ec103 (diff) | |
parent | 1fae317988a8fddff562bcf25d273a85d79396c2 (diff) | |
download | sdk-874a96cd7d5e8f371f4495668c04e9a3dcce17ce.zip sdk-874a96cd7d5e8f371f4495668c04e9a3dcce17ce.tar.gz sdk-874a96cd7d5e8f371f4495668c04e9a3dcce17ce.tar.bz2 |
Merge "Clean create_symlink for windows."
Diffstat (limited to 'eclipse')
-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() { |