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
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user