From d79771f4d9f11ffc6ad781c4897f9a15d3e3c3d4 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Tue, 8 Oct 2019 16:10:55 +0200 Subject: [PATCH] [Android] Ship Noto (#5458) Reverts a small part of #5310. I don't really have the time to investigate doing font fallback better and the Android landscape is a tad far from uniform. Fixes #5381. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index f277ca53e..156c11d9b 100644 --- a/Makefile +++ b/Makefile @@ -351,7 +351,6 @@ androidupdate: all cd $(INSTALL_DIR)/koreader && zip -r9 \ ../../$(ANDROID_LAUNCHER_DIR)/assets/module/koreader-$(VERSION).zip * \ --exclude=*fonts/droid* \ - --exclude=*fonts/noto* \ --exclude=*resources/fonts* \ --exclude=*resources/icons/src* \ --exclude=*share/man* \