From 1fae317988a8fddff562bcf25d273a85d79396c2 Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 25 Mar 2010 13:34:04 -0700 Subject: [PATCH] Clean create_symlink for windows. Change-Id: Iac03183e10a49d60f42d69c33e97f3e62ec0c5b9 --- eclipse/scripts/create_all_symlinks.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/eclipse/scripts/create_all_symlinks.sh b/eclipse/scripts/create_all_symlinks.sh index db4673f81..acda10fec 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() { -- 2.11.0