Update the link to droid-wrapper

This commit is contained in:
Frank Denis 2013-10-29 20:17:36 -07:00
parent d140634ce0
commit deb18cd490

View File

@ -3,7 +3,7 @@
# Note that this script requires droid-wrapper
if [ x`which droid-gcc` = x ]; then
echo "This build script requires droid-wrapper."
echo https://github.com/tmurakam/droid-wrapper
echo https://github.com/jevinskie/droid-wrapper
exit 1
fi