commit | e771aa0ba482b21499d7a3a085b4aeedac7658c7 | [log] [tgz] |
---|---|---|
author | Pierre-Hugues Husson <phh@phh.me> | Sun Apr 05 14:46:20 2020 +0200 |
committer | Pierre-Hugues Husson <phh@phh.me> | Sun Apr 05 14:46:20 2020 +0200 |
tree | e09ced5fae76c70ef4eb3b55c0b25124aca4a1ba | |
parent | b9f814109f5e9069877d51b07d3249c7a383e066 [diff] |
Don't download again apk already there (might lead to corrupted files in case of ctrl-c though)
diff --git a/update.sh b/update.sh index 4738464..319840c 100644 --- a/update.sh +++ b/update.sh
@@ -18,7 +18,7 @@ echo -e "\t$2 \\" >> apps.mk } -rm -Rf bin apps.mk +rm -Rf apps.mk cat > Android.mk <<EOF LOCAL_PATH := \$(my-dir)