add logging for RA android

This commit is contained in:
radius 2015-02-24 14:00:38 -05:00
parent 8b38bcc887
commit 397b2e0dd9

View File

@ -965,6 +965,16 @@ then
android update project --path libs/googleplay --target android-21
android update project --path libs/appcompat --target android-21
ant debug
if [ $? -eq 0 ];
then
MESSAGE="retroarch build successful ($jobid)"
echo $MESSAGE
else
MESSAGE="retroarch buildf failed ($jobid)"
echo $MESSAGE
fi
buildbot_log "$MESSAGE"
fi
fi