Code review comment for lp:~cmiller/ubuntuone-android-files/ant-fixed-postgreendroid

Revision history for this message
MichaƂ Karnicki (karni) wrote :

setup bottom:

echo "Updating local project files for this machine and SDK."
APILEVELID=$(android list target|grep "android-4"|cut -d " " -f 2)
android update lib-project --path ../greendroid_src/GreenDroid --target $APILEVELID
android update project --path "${PROJECTROOT}" --library ../greendroid_src/GreenDroid --target $APILEVELID

« Back to merge proposal