History | View | Annotate | Download (265 Bytes)
#!/bin/sh
set -e
set -x
if [ -z $ANDROID_HOME ]; then
if [ -e ~/.android/bashrc ]; then
. ~/.android/bashrc
else
echo "ANDROID_HOME must be set!"
exit
fi
export PATH=$PATH:$ANDROID_HOME/tools
cd trustedintents
./setup-ant