ADT: Extract String IDs from Layout XML strings.

This commit is contained in:
Raphael
2009-07-10 19:49:31 -04:00
parent fe1b8d8f82
commit 32ad938b85
8 changed files with 689 additions and 191 deletions

View File

@@ -1,5 +1,14 @@
#!/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() {