Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce5a6bfd authored by Roozbeh Pournader's avatar Roozbeh Pournader
Browse files

Re-enable Motoya in the extended font builds.

The font is now included in all non-smaller font builds, as opposed to the
previous "not smaller but not extended either" builds.  This is in sync with
not including Noto Sans Japanese in the extended build.

Change-Id: Id0f79bc1de714ac876a601c4867a55b6dbfc820c
parent 95f621a1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -56,7 +56,6 @@ else # !SMALLER_FONT_FOOTPRINT

droidsans_fallback_src := DroidSansFallbackFull.ttf

ifneq ($(EXTENDED_FONT_FOOTPRINT),true)
include $(CLEAR_VARS)
LOCAL_MODULE := MTLmr3m.ttf
LOCAL_SRC_FILES := $(LOCAL_MODULE)
@@ -65,7 +64,6 @@ LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_PATH := $(TARGET_OUT)/fonts
include $(BUILD_PREBUILT)
extra_font_files += MTLmr3m.ttf
endif  # !EXTENDED_FONT_FOOTPRINT

endif  # SMALLER_FONT_FOOTPRINT