android: silence unnecessary verbose update step

This commit is contained in:
Benoit Pierre
2024-08-17 22:23:19 +02:00
committed by Frans de Jonge
parent cfd42254ac
commit 9aeb0f394b

View File

@@ -67,7 +67,7 @@ androiddev: update
update: all
# Note: do not remove the module directory so there's no need
# for `mk7z.sh` to always recreate `assets.7z` from scratch.
rm -rfv $(ANDROID_LIBS)
rm -rf $(ANDROID_LIBS)
# APK version
mkdir -p $(ANDROID_ASSETS)/module $(ANDROID_LIBS)
echo $(VERSION) >$(ANDROID_ASSETS)/module/version.txt