[Android] Don't package Droid Sans

This comes preinstalled on every Android device. It's only 105.6 KiB, but every space reduction is a good one.

Also opens the way to dropping Noto.

Cf. <https://github.com/koreader/koreader/pull/5200#issuecomment-524501845>.
pull/5286/head
Frans de Jonge 5 years ago
parent 860759cd48
commit 503a57b32b

@ -347,9 +347,10 @@ androidupdate: all
# in runtime luajit-launcher's libluajit.so will be loaded
-rm $(INSTALL_DIR)/koreader/libs/libluajit.so
# assets are compressed manually and stored inside the APK.
# assets are compressed manually and stored inside the APK.
cd $(INSTALL_DIR)/koreader && zip -r9 \
../../$(ANDROID_LAUNCHER_DIR)/assets/module/koreader-$(VERSION).zip * \
--exclude=*fonts/droid* \
--exclude=*resources/fonts* \
--exclude=*resources/icons/src* \
--exclude=*share/man* \

Loading…
Cancel
Save