Minor fix in android build script

This commit is contained in:
Deve 2017-07-04 22:57:59 +02:00
parent 09262a606b
commit 2bdce1994c

View File

@ -49,8 +49,10 @@ check_error()
# Handle clean command
if [ ! -z "$1" ] && [ "$1" = "clean" ]; then
rm -rf bin
rm -rf build
rm -rf libs
rm -rf obj
rm -rf .gradle
exit
fi