Push android build if possible

This commit is contained in:
pancake 2015-04-22 11:09:51 +02:00
parent a572531e48
commit 9fd8a710b6

View File

@ -171,3 +171,5 @@ if [ -n "$D2" ]; then
fi
echo `pwd`"/${D}.tar.gz"
echo `pwd`"/${D}-${D2}.tar.gz"
adb push `pwd`"/${D}-${D2}.tar.gz" /sdcard/radare2-android.tar.gz || true