mirror of
https://github.com/koreader/koreader
synced 2024-11-10 01:10:34 +00:00
make: reword comment
This commit is contained in:
parent
5fe0d4a4a2
commit
de2a9d54f1
@ -35,8 +35,8 @@ update: all
|
|||||||
# APK version
|
# APK version
|
||||||
mkdir -p $(ANDROID_ASSETS)/module $(ANDROID_LIBS)
|
mkdir -p $(ANDROID_ASSETS)/module $(ANDROID_LIBS)
|
||||||
echo $(VERSION) >$(ANDROID_ASSETS)/module/version.txt
|
echo $(VERSION) >$(ANDROID_ASSETS)/module/version.txt
|
||||||
# We need strip the version, or versioned
|
# We need to strip version numbers, as gradle will ignore
|
||||||
# libraries won't be included in the APK.
|
# versioned libraries and not include them in the APK.
|
||||||
for src in $(INSTALL_DIR)/koreader/libs/*; do \
|
for src in $(INSTALL_DIR)/koreader/libs/*; do \
|
||||||
dst="$${src##*/}"; \
|
dst="$${src##*/}"; \
|
||||||
dst="$${dst%%.[0-9]*}"; \
|
dst="$${dst%%.[0-9]*}"; \
|
||||||
|
Loading…
Reference in New Issue
Block a user