mirror of
https://github.com/koreader/koreader
synced 2024-11-10 01:10:34 +00:00
android: silence unnecessary verbose update step
This commit is contained in:
parent
cfd42254ac
commit
9aeb0f394b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user