OSDN Git Service

Clean create_symlink for windows.
authorRaphael <raphael@google.com>
Thu, 25 Mar 2010 20:34:04 +0000 (13:34 -0700)
committerRaphael <raphael@google.com>
Thu, 25 Mar 2010 20:35:29 +0000 (13:35 -0700)
Change-Id: Iac03183e10a49d60f42d69c33e97f3e62ec0c5b9

eclipse/scripts/create_all_symlinks.sh

index db4673f..acda10f 100755 (executable)
@@ -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() {