Rename NotoSansMalayalam fonts to -Regular
This change renames the NotoSansMalayalam and NotoSansMalayalamUI fonts
to the NotoSansMalayalam-Regular (and similarly for UI), to be
consistent with the naming scheme for the Noto fonts in general.
Change-Id: I83e219b8727f9df7d19a2e354469c9ec6c59956f
diff --git a/Android.mk b/Android.mk
index 4e5cfb7..7be7ac9 100644
--- a/Android.mk
+++ b/Android.mk
@@ -20,7 +20,7 @@
ifneq ($(SMALLER_FONT_FOOTPRINT),true)
include $(CLEAR_VARS)
-LOCAL_MODULE := NotoSansMalayalam.ttf
+LOCAL_MODULE := NotoSansMalayalam-Regular.ttf
LOCAL_SRC_FILES := $(LOCAL_MODULE)
LOCAL_MODULE_CLASS := ETC
LOCAL_MODULE_TAGS := optional
@@ -36,7 +36,7 @@
include $(BUILD_PREBUILT)
include $(CLEAR_VARS)
-LOCAL_MODULE := NotoSansMalayalamUI.ttf
+LOCAL_MODULE := NotoSansMalayalamUI-Regular.ttf
LOCAL_SRC_FILES := $(LOCAL_MODULE)
LOCAL_MODULE_CLASS := ETC
LOCAL_MODULE_TAGS := optional
diff --git a/NotoSansMalayalam.ttf b/NotoSansMalayalam-Regular.ttf
similarity index 100%
rename from NotoSansMalayalam.ttf
rename to NotoSansMalayalam-Regular.ttf
Binary files differ
diff --git a/NotoSansMalayalamUI.ttf b/NotoSansMalayalamUI-Regular.ttf
similarity index 100%
rename from NotoSansMalayalamUI.ttf
rename to NotoSansMalayalamUI-Regular.ttf
Binary files differ
diff --git a/fonts.mk b/fonts.mk
index 7428abe..d82abc7 100644
--- a/fonts.mk
+++ b/fonts.mk
@@ -17,7 +17,7 @@
# get installed too.
PRODUCT_PACKAGES := \
- NotoSansMalayalam.ttf \
+ NotoSansMalayalam-Regular.ttf \
NotoSansMalayalam-Bold.ttf \
- NotoSansMalayalamUI.ttf \
+ NotoSansMalayalamUI-Regular.ttf \
NotoSansMalayalamUI-Bold.ttf