diff options
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() { |