Fix the sdk/scritps/create_*_symlinks for the new SDK git project.
diff --git a/eclipse/scripts/create_bridge_symlinks.sh b/eclipse/scripts/create_bridge_symlinks.sh
index 605ef63..263dc20 100755
--- a/eclipse/scripts/create_bridge_symlinks.sh
+++ b/eclipse/scripts/create_bridge_symlinks.sh
@@ -8,7 +8,7 @@
# CD to the top android directory
D=`dirname "$0"`
-cd "$D/../../../../"
+cd "$D/../../../"
HOST=`uname`
if [ "$HOST" == "Linux" ]; then
@@ -19,7 +19,7 @@
elif [ "${HOST:0:6}" == "CYGWIN" ]; then
if [ "x$1" == "x" ] || [ `basename "$1"` != "layoutlib.jar" ]; then
- echo "Usage: $0 sdk/platforms/xxx/data/layoutlib.jar"
+ echo "Usage: $0 yoursdk/platforms/xxx/data/layoutlib.jar"
echo "Argument 1 should be the path to the layoutlib.jar that should be updated."
exit 1
fi