Convert Android.mk to Android.bp.

See build/soong/README.md for more information.

Fixes: b/122332077
Test: Built and checked if the fonts were installed in the correct
location in the system image.

Change-Id: Ib75d954cfabdc8024fa81bc112baee4bf2c3c3f4
Merged-In: Ib75d954cfabdc8024fa81bc112baee4bf2c3c3f4
diff --git a/Android.mk b/Android.mk
deleted file mode 100644
index 3cfee0c..0000000
--- a/Android.mk
+++ /dev/null
@@ -1,335 +0,0 @@
-# Copyright (C) 2013 The Android Open Source Project
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-NOTO_DIR := $(call my-dir)
-
-include $(call all-makefiles-under,$(NOTO_DIR))
-
-# We have to use BUILD_PREBUILT instead of PRODUCT_COPY_FILES,
-# to copy over the NOTICE file.
-#############################################################################
-# $(1): The source file name in LOCAL_PATH.
-#       It also serves as the module name and the dest file name.
-#############################################################################
-define build-one-font-module
-$(eval include $(CLEAR_VARS))\
-$(eval LOCAL_MODULE := $(1))\
-$(eval LOCAL_SRC_FILES := $(1))\
-$(eval LOCAL_MODULE_CLASS := ETC)\
-$(eval LOCAL_MODULE_TAGS := optional)\
-$(eval LOCAL_MODULE_PATH := $(TARGET_OUT)/fonts)\
-$(eval include $(BUILD_PREBUILT))
-endef
-
-
-#############################################################################
-# First "build" the Noto CJK fonts, which have a different directory and
-# copyright holder. These are not included in MINIMAL_FONT_FOOTPRINT builds.
-#############################################################################
-ifneq ($(MINIMAL_FONT_FOOTPRINT),true)
-LOCAL_PATH := $(NOTO_DIR)/cjk
-
-font_src_files := \
-    NotoSansCJK-Regular.ttc
-
-$(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
-font_src_files :=
-
-endif # !MINIMAL_FONT_FOOTPRINT
-
-#############################################################################
-# Similary "build" the Noto CJK fonts for serif family.
-# These are not included in SMALLER_FONT_FOOTPRINT builds.
-#############################################################################
-ifeq ($(filter true,$(EXCLUDE_SERIF_FONTS) $(SMALLER_FONT_FOOTPRINT)),)
-LOCAL_PATH := $(NOTO_DIR)/cjk
-
-font_src_files := \
-    NotoSerifCJK-Regular.ttc
-
-$(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
-font_src_files :=
-
-endif # !EXCLUDE_SERIF_FONTS && !SMALLER_FONT_FOOTPRINT
-
-#############################################################################
-# Now "build" the Noto Color Emoji font, which is in its own directory. It is
-# not included in the MINIMAL_FONT_FOOTPRINT builds.
-#############################################################################
-ifneq ($(MINIMAL_FONT_FOOTPRINT),true)
-LOCAL_PATH := $(NOTO_DIR)/emoji
-
-font_src_files := \
-    NotoColorEmoji.ttf
-
-$(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
-font_src_files :=
-
-endif # !MINIMAL_FONT_FOOTPRINT
-
-#############################################################################
-# Now "build" the rest of the fonts, which live in a separate subdirectory.
-#############################################################################
-LOCAL_PATH := $(NOTO_DIR)/other
-
-#############################################################################
-# The following fonts are included in all builds.
-#############################################################################
-font_src_files := \
-    NotoSerif-Regular.ttf \
-    NotoSerif-Bold.ttf \
-    NotoSerif-Italic.ttf \
-    NotoSerif-BoldItalic.ttf
-
-#############################################################################
-# The following fonts are excluded from SMALLER_FONT_FOOTPRINT builds.
-#############################################################################
-ifneq ($(SMALLER_FONT_FOOTPRINT),true)
-font_src_files += \
-    NotoSansAdlam-Regular.ttf \
-    NotoSansAhom-Regular.otf \
-    NotoSansAnatolianHieroglyphs-Regular.otf \
-    NotoSansAvestan-Regular.ttf \
-    NotoSansBalinese-Regular.ttf \
-    NotoSansBamum-Regular.ttf \
-    NotoSansBassaVah-Regular.otf \
-    NotoSansBatak-Regular.ttf \
-    NotoSansBengali-Bold.ttf \
-    NotoSansBengali-Regular.ttf \
-    NotoSansBengaliUI-Bold.ttf \
-    NotoSansBengaliUI-Regular.ttf \
-    NotoSansBhaiksuki-Regular.otf \
-    NotoSansBrahmi-Regular.ttf \
-    NotoSansBuginese-Regular.ttf \
-    NotoSansBuhid-Regular.ttf \
-    NotoSansCanadianAboriginal-Regular.ttf \
-    NotoSansCarian-Regular.ttf \
-    NotoSansChakma-Regular.ttf \
-    NotoSansCham-Bold.ttf \
-    NotoSansCham-Regular.ttf \
-    NotoSansCherokee-Regular.ttf \
-    NotoSansCoptic-Regular.ttf \
-    NotoSansCuneiform-Regular.ttf \
-    NotoSansCypriot-Regular.ttf \
-    NotoSansDeseret-Regular.ttf \
-    NotoSansEgyptianHieroglyphs-Regular.ttf \
-    NotoSansElbasan-Regular.otf \
-    NotoSansEthiopic-Bold.ttf \
-    NotoSansEthiopic-Regular.ttf \
-    NotoSansGlagolitic-Regular.ttf \
-    NotoSansGothic-Regular.ttf \
-    NotoSansGujarati-Bold.ttf \
-    NotoSansGujarati-Regular.ttf \
-    NotoSansGujaratiUI-Bold.ttf \
-    NotoSansGujaratiUI-Regular.ttf \
-    NotoSansGurmukhi-Bold.ttf \
-    NotoSansGurmukhi-Regular.ttf \
-    NotoSansGurmukhiUI-Bold.ttf \
-    NotoSansGurmukhiUI-Regular.ttf \
-    NotoSansHanunoo-Regular.ttf \
-    NotoSansHatran-Regular.otf \
-    NotoSansImperialAramaic-Regular.ttf \
-    NotoSansInscriptionalPahlavi-Regular.ttf \
-    NotoSansInscriptionalParthian-Regular.ttf \
-    NotoSansJavanese-Regular.ttf \
-    NotoSansKaithi-Regular.ttf \
-    NotoSansKannada-Bold.ttf \
-    NotoSansKannada-Regular.ttf \
-    NotoSansKannadaUI-Bold.ttf \
-    NotoSansKannadaUI-Regular.ttf \
-    NotoSansKayahLi-Regular.ttf \
-    NotoSansKharoshthi-Regular.ttf \
-    NotoSansKhmerUI-Bold.ttf \
-    NotoSansKhmerUI-Regular.ttf \
-    NotoSansLao-Bold.ttf \
-    NotoSansLao-Regular.ttf \
-    NotoSansLaoUI-Bold.ttf \
-    NotoSansLaoUI-Regular.ttf \
-    NotoSansLepcha-Regular.ttf \
-    NotoSansLimbu-Regular.ttf \
-    NotoSansLinearA-Regular.otf \
-    NotoSansLinearB-Regular.ttf \
-    NotoSansLisu-Regular.ttf \
-    NotoSansLycian-Regular.ttf \
-    NotoSansLydian-Regular.ttf \
-    NotoSansMalayalam-Bold.ttf \
-    NotoSansMalayalam-Regular.ttf \
-    NotoSansMalayalamUI-Bold.ttf \
-    NotoSansMalayalamUI-Regular.ttf \
-    NotoSansMandaic-Regular.ttf \
-    NotoSansManichaean-Regular.otf \
-    NotoSansMarchen-Regular.otf \
-    NotoSansMeeteiMayek-Regular.ttf \
-    NotoSansMeroitic-Regular.otf \
-    NotoSansMiao-Regular.otf \
-    NotoSansMongolian-Regular.ttf \
-    NotoSansMro-Regular.otf \
-    NotoSansMultani-Regular.otf \
-    NotoSansMyanmar-Bold.ttf \
-    NotoSansMyanmar-Regular.ttf \
-    NotoSansMyanmarUI-Bold.ttf \
-    NotoSansMyanmarUI-Regular.ttf \
-    NotoSansNabataean-Regular.otf \
-    NotoSansNewa-Regular.otf \
-    NotoSansNewTaiLue-Regular.ttf \
-    NotoSansNKo-Regular.ttf \
-    NotoSansOgham-Regular.ttf \
-    NotoSansOlChiki-Regular.ttf \
-    NotoSansOldItalic-Regular.ttf \
-    NotoSansOldNorthArabian-Regular.otf \
-    NotoSansOldPermic-Regular.otf \
-    NotoSansOldPersian-Regular.ttf \
-    NotoSansOldSouthArabian-Regular.ttf \
-    NotoSansOldTurkic-Regular.ttf \
-    NotoSansOriya-Bold.ttf \
-    NotoSansOriya-Regular.ttf \
-    NotoSansOriyaUI-Bold.ttf \
-    NotoSansOriyaUI-Regular.ttf \
-    NotoSansOsage-Regular.ttf \
-    NotoSansOsmanya-Regular.ttf \
-    NotoSansPahawhHmong-Regular.otf \
-    NotoSansPalmyrene-Regular.otf \
-    NotoSansPauCinHau-Regular.otf \
-    NotoSansPhagsPa-Regular.ttf \
-    NotoSansPhoenician-Regular.ttf \
-    NotoSansRejang-Regular.ttf \
-    NotoSansRunic-Regular.ttf \
-    NotoSansSamaritan-Regular.ttf \
-    NotoSansSaurashtra-Regular.ttf \
-    NotoSansSharada-Regular.otf \
-    NotoSansShavian-Regular.ttf \
-    NotoSansSinhala-Bold.ttf \
-    NotoSansSinhala-Regular.ttf \
-    NotoSansSinhalaUI-Bold.otf \
-    NotoSansSinhalaUI-Regular.otf \
-    NotoSansSoraSompeng-Regular.otf \
-    NotoSansSundanese-Regular.ttf \
-    NotoSansSylotiNagri-Regular.ttf \
-    NotoSansSyriacEastern-Regular.ttf \
-    NotoSansSyriacEstrangela-Regular.ttf \
-    NotoSansSyriacWestern-Regular.ttf \
-    NotoSansTagalog-Regular.ttf \
-    NotoSansTagbanwa-Regular.ttf \
-    NotoSansTaiLe-Regular.ttf \
-    NotoSansTaiTham-Regular.ttf \
-    NotoSansTaiViet-Regular.ttf \
-    NotoSansTamil-Bold.ttf \
-    NotoSansTamil-Regular.ttf \
-    NotoSansTamilUI-Bold.ttf \
-    NotoSansTamilUI-Regular.ttf \
-    NotoSansTelugu-Bold.ttf \
-    NotoSansTelugu-Regular.ttf \
-    NotoSansTeluguUI-Bold.ttf \
-    NotoSansTeluguUI-Regular.ttf \
-    NotoSansThaana-Bold.ttf \
-    NotoSansThaana-Regular.ttf \
-    NotoSansTibetan-Bold.ttf \
-    NotoSansTibetan-Regular.ttf \
-    NotoSansTifinagh-Regular.ttf \
-    NotoSansUgaritic-Regular.ttf \
-    NotoSansVai-Regular.ttf \
-    NotoSansYi-Regular.ttf
-endif # !SMALLER_FONT_FOOTPRINT
-
-#############################################################################
-# The following fonts are excluded from MINIMAL_FONT_FOOTPRINT builds.
-#############################################################################
-ifneq ($(MINIMAL_FONT_FOOTPRINT),true)
-font_src_files += \
-    NotoNaskhArabic-Regular.ttf \
-    NotoNaskhArabic-Bold.ttf \
-    NotoNaskhArabicUI-Regular.ttf \
-    NotoNaskhArabicUI-Bold.ttf \
-    NotoSansArmenian-Regular.ttf \
-    NotoSansArmenian-Bold.ttf \
-    NotoSansDevanagari-Regular.ttf \
-    NotoSansDevanagari-Bold.ttf \
-    NotoSansDevanagariUI-Regular.ttf \
-    NotoSansDevanagariUI-Bold.ttf \
-    NotoSansGeorgian-Regular.ttf \
-    NotoSansGeorgian-Bold.ttf \
-    NotoSansHebrew-Regular.ttf \
-    NotoSansHebrew-Bold.ttf \
-    NotoSansSymbols-Regular-Subsetted.ttf \
-    NotoSansSymbols-Regular-Subsetted2.ttf \
-    NotoSansThai-Regular.ttf \
-    NotoSansThai-Bold.ttf \
-    NotoSansThaiUI-Regular.ttf \
-    NotoSansThaiUI-Bold.ttf
-endif # !MINIMAL_FONT_FOOTPRINT
-
-ifeq ($(filter true,$(EXCLUDE_SERIF_FONTS) $(SMALLER_FONT_FOOTPRINT)),)
-font_src_files += \
-    NotoSerifArmenian-Bold.ttf \
-    NotoSerifArmenian-Regular.ttf \
-    NotoSerifBengali-Bold.ttf \
-    NotoSerifBengali-Regular.ttf \
-    NotoSerifDevanagari-Bold.ttf \
-    NotoSerifDevanagari-Regular.ttf \
-    NotoSerifEthiopic-Bold.otf \
-    NotoSerifEthiopic-Regular.otf \
-    NotoSerifGeorgian-Bold.ttf \
-    NotoSerifGeorgian-Regular.ttf \
-    NotoSerifGujarati-Bold.ttf \
-    NotoSerifGujarati-Regular.ttf \
-    NotoSerifGurmukhi-Bold.otf \
-    NotoSerifGurmukhi-Regular.otf \
-    NotoSerifHebrew-Bold.ttf \
-    NotoSerifHebrew-Regular.ttf \
-    NotoSerifKannada-Bold.ttf \
-    NotoSerifKannada-Regular.ttf \
-    NotoSerifKhmer-Bold.otf \
-    NotoSerifKhmer-Regular.otf \
-    NotoSerifLao-Bold.ttf \
-    NotoSerifLao-Regular.ttf \
-    NotoSerifMalayalam-Bold.ttf \
-    NotoSerifMalayalam-Regular.ttf \
-    NotoSerifMyanmar-Bold.otf \
-    NotoSerifMyanmar-Regular.otf \
-    NotoSerifSinhala-Bold.otf \
-    NotoSerifSinhala-Regular.otf \
-    NotoSerifTamil-Bold.ttf \
-    NotoSerifTamil-Regular.ttf \
-    NotoSerifTelugu-Bold.ttf \
-    NotoSerifTelugu-Regular.ttf \
-    NotoSerifThai-Bold.ttf \
-    NotoSerifThai-Regular.ttf
-endif # !EXCLUDE_SERIF_FONTS && !SMALLER_FONT_FOOTPRINT
-
-$(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
-
-#############################################################################
-# Now "build" the variable fonts, which live in a separate subdirectory.
-# The only variable fonts are for Khmer Sans, which is excluded in
-# SMALLER_FONT_FOOTPRINT build.
-#############################################################################
-
-ifneq ($(SMALLER_FONT_FOOTPRINT),true)
-
-LOCAL_PATH := $(NOTO_DIR)/other-vf
-
-font_src_files := \
-    NotoSansKhmer-VF.ttf
-
-$(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
-
-endif # !SMALLER_FONT_FOOTPRINT
-
-NOTO_DIR :=
-build-one-font-module :=
-font_src_files :=
-
-
-
-
diff --git a/cjk/Android.bp b/cjk/Android.bp
new file mode 100644
index 0000000..5ff7204
--- /dev/null
+++ b/cjk/Android.bp
@@ -0,0 +1,23 @@
+// Copyright (C) 2019 The Android Open Source Project
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+prebuilt_font {
+    name: "NotoSansCJK-Regular.ttc",
+    src: "NotoSansCJK-Regular.ttc",
+}
+
+prebuilt_font {
+    name: "NotoSerifCJK-Regular.ttc",
+    src: "NotoSerifCJK-Regular.ttc",
+}
diff --git a/emoji/Android.bp b/emoji/Android.bp
new file mode 100644
index 0000000..7565e43
--- /dev/null
+++ b/emoji/Android.bp
@@ -0,0 +1,18 @@
+// Copyright (C) 2019 The Android Open Source Project
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+prebuilt_font {
+    name: "NotoColorEmoji.ttf",
+    src: "NotoColorEmoji.ttf",
+}
diff --git a/other-vf/Android.bp b/other-vf/Android.bp
new file mode 100644
index 0000000..4e88ad4
--- /dev/null
+++ b/other-vf/Android.bp
@@ -0,0 +1,18 @@
+// Copyright (C) 2019 The Android Open Source Project
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+prebuilt_font {
+    name: "NotoSansKhmer-VF.ttf",
+    src: "NotoSansKhmer-VF.ttf",
+}
diff --git a/other/Android.bp b/other/Android.bp
new file mode 100644
index 0000000..1b3a7d8
--- /dev/null
+++ b/other/Android.bp
@@ -0,0 +1,1018 @@
+// Copyright (C) 2019 The Android Open Source Project
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+prebuilt_font {
+    name: "NotoSerif-Regular.ttf",
+    src: "NotoSerif-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSerif-Bold.ttf",
+    src: "NotoSerif-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSerif-Italic.ttf",
+    src: "NotoSerif-Italic.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSerif-BoldItalic.ttf",
+    src: "NotoSerif-BoldItalic.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansAdlam-Regular.ttf",
+    src: "NotoSansAdlam-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansAhom-Regular.otf",
+    src: "NotoSansAhom-Regular.otf",
+}
+
+prebuilt_font {
+    name: "NotoSansAnatolianHieroglyphs-Regular.otf",
+    src: "NotoSansAnatolianHieroglyphs-Regular.otf",
+}
+
+prebuilt_font {
+    name: "NotoSansAvestan-Regular.ttf",
+    src: "NotoSansAvestan-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansBalinese-Regular.ttf",
+    src: "NotoSansBalinese-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansBamum-Regular.ttf",
+    src: "NotoSansBamum-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansBassaVah-Regular.otf",
+    src: "NotoSansBassaVah-Regular.otf",
+}
+
+prebuilt_font {
+    name: "NotoSansBatak-Regular.ttf",
+    src: "NotoSansBatak-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansBengali-Bold.ttf",
+    src: "NotoSansBengali-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansBengali-Regular.ttf",
+    src: "NotoSansBengali-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansBengaliUI-Bold.ttf",
+    src: "NotoSansBengaliUI-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansBengaliUI-Regular.ttf",
+    src: "NotoSansBengaliUI-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansBhaiksuki-Regular.otf",
+    src: "NotoSansBhaiksuki-Regular.otf",
+}
+
+prebuilt_font {
+    name: "NotoSansBrahmi-Regular.ttf",
+    src: "NotoSansBrahmi-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansBuginese-Regular.ttf",
+    src: "NotoSansBuginese-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansBuhid-Regular.ttf",
+    src: "NotoSansBuhid-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansCanadianAboriginal-Regular.ttf",
+    src: "NotoSansCanadianAboriginal-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansCarian-Regular.ttf",
+    src: "NotoSansCarian-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansChakma-Regular.ttf",
+    src: "NotoSansChakma-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansCham-Bold.ttf",
+    src: "NotoSansCham-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansCham-Regular.ttf",
+    src: "NotoSansCham-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansCherokee-Regular.ttf",
+    src: "NotoSansCherokee-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansCoptic-Regular.ttf",
+    src: "NotoSansCoptic-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansCuneiform-Regular.ttf",
+    src: "NotoSansCuneiform-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansCypriot-Regular.ttf",
+    src: "NotoSansCypriot-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansDeseret-Regular.ttf",
+    src: "NotoSansDeseret-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansEgyptianHieroglyphs-Regular.ttf",
+    src: "NotoSansEgyptianHieroglyphs-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansElbasan-Regular.otf",
+    src: "NotoSansElbasan-Regular.otf",
+}
+
+prebuilt_font {
+    name: "NotoSansEthiopic-Bold.ttf",
+    src: "NotoSansEthiopic-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansEthiopic-Regular.ttf",
+    src: "NotoSansEthiopic-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansGlagolitic-Regular.ttf",
+    src: "NotoSansGlagolitic-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansGothic-Regular.ttf",
+    src: "NotoSansGothic-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansGujarati-Bold.ttf",
+    src: "NotoSansGujarati-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansGujarati-Regular.ttf",
+    src: "NotoSansGujarati-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansGujaratiUI-Bold.ttf",
+    src: "NotoSansGujaratiUI-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansGujaratiUI-Regular.ttf",
+    src: "NotoSansGujaratiUI-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansGurmukhi-Bold.ttf",
+    src: "NotoSansGurmukhi-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansGurmukhi-Regular.ttf",
+    src: "NotoSansGurmukhi-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansGurmukhiUI-Bold.ttf",
+    src: "NotoSansGurmukhiUI-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansGurmukhiUI-Regular.ttf",
+    src: "NotoSansGurmukhiUI-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansHanunoo-Regular.ttf",
+    src: "NotoSansHanunoo-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansHatran-Regular.otf",
+    src: "NotoSansHatran-Regular.otf",
+}
+
+prebuilt_font {
+    name: "NotoSansImperialAramaic-Regular.ttf",
+    src: "NotoSansImperialAramaic-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansInscriptionalPahlavi-Regular.ttf",
+    src: "NotoSansInscriptionalPahlavi-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansInscriptionalParthian-Regular.ttf",
+    src: "NotoSansInscriptionalParthian-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansJavanese-Regular.ttf",
+    src: "NotoSansJavanese-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansKaithi-Regular.ttf",
+    src: "NotoSansKaithi-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansKannada-Bold.ttf",
+    src: "NotoSansKannada-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansKannada-Regular.ttf",
+    src: "NotoSansKannada-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansKannadaUI-Bold.ttf",
+    src: "NotoSansKannadaUI-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansKannadaUI-Regular.ttf",
+    src: "NotoSansKannadaUI-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansKayahLi-Regular.ttf",
+    src: "NotoSansKayahLi-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansKharoshthi-Regular.ttf",
+    src: "NotoSansKharoshthi-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansKhmerUI-Bold.ttf",
+    src: "NotoSansKhmerUI-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansKhmerUI-Regular.ttf",
+    src: "NotoSansKhmerUI-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansLao-Bold.ttf",
+    src: "NotoSansLao-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansLao-Regular.ttf",
+    src: "NotoSansLao-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansLaoUI-Bold.ttf",
+    src: "NotoSansLaoUI-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansLaoUI-Regular.ttf",
+    src: "NotoSansLaoUI-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansLepcha-Regular.ttf",
+    src: "NotoSansLepcha-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansLimbu-Regular.ttf",
+    src: "NotoSansLimbu-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansLinearA-Regular.otf",
+    src: "NotoSansLinearA-Regular.otf",
+}
+
+prebuilt_font {
+    name: "NotoSansLinearB-Regular.ttf",
+    src: "NotoSansLinearB-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansLisu-Regular.ttf",
+    src: "NotoSansLisu-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansLycian-Regular.ttf",
+    src: "NotoSansLycian-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansLydian-Regular.ttf",
+    src: "NotoSansLydian-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansMalayalam-Bold.ttf",
+    src: "NotoSansMalayalam-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansMalayalam-Regular.ttf",
+    src: "NotoSansMalayalam-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansMalayalamUI-Bold.ttf",
+    src: "NotoSansMalayalamUI-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansMalayalamUI-Regular.ttf",
+    src: "NotoSansMalayalamUI-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansMandaic-Regular.ttf",
+    src: "NotoSansMandaic-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansManichaean-Regular.otf",
+    src: "NotoSansManichaean-Regular.otf",
+}
+
+prebuilt_font {
+    name: "NotoSansMarchen-Regular.otf",
+    src: "NotoSansMarchen-Regular.otf",
+}
+
+prebuilt_font {
+    name: "NotoSansMeeteiMayek-Regular.ttf",
+    src: "NotoSansMeeteiMayek-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansMeroitic-Regular.otf",
+    src: "NotoSansMeroitic-Regular.otf",
+}
+
+prebuilt_font {
+    name: "NotoSansMiao-Regular.otf",
+    src: "NotoSansMiao-Regular.otf",
+}
+
+prebuilt_font {
+    name: "NotoSansMongolian-Regular.ttf",
+    src: "NotoSansMongolian-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansMro-Regular.otf",
+    src: "NotoSansMro-Regular.otf",
+}
+
+prebuilt_font {
+    name: "NotoSansMultani-Regular.otf",
+    src: "NotoSansMultani-Regular.otf",
+}
+
+prebuilt_font {
+    name: "NotoSansMyanmar-Bold.ttf",
+    src: "NotoSansMyanmar-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansMyanmar-Regular.ttf",
+    src: "NotoSansMyanmar-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansMyanmarUI-Bold.ttf",
+    src: "NotoSansMyanmarUI-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansMyanmarUI-Regular.ttf",
+    src: "NotoSansMyanmarUI-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansNabataean-Regular.otf",
+    src: "NotoSansNabataean-Regular.otf",
+}
+
+prebuilt_font {
+    name: "NotoSansNewa-Regular.otf",
+    src: "NotoSansNewa-Regular.otf",
+}
+
+prebuilt_font {
+    name: "NotoSansNewTaiLue-Regular.ttf",
+    src: "NotoSansNewTaiLue-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansNKo-Regular.ttf",
+    src: "NotoSansNKo-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansOgham-Regular.ttf",
+    src: "NotoSansOgham-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansOlChiki-Regular.ttf",
+    src: "NotoSansOlChiki-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansOldItalic-Regular.ttf",
+    src: "NotoSansOldItalic-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansOldNorthArabian-Regular.otf",
+    src: "NotoSansOldNorthArabian-Regular.otf",
+}
+
+prebuilt_font {
+    name: "NotoSansOldPermic-Regular.otf",
+    src: "NotoSansOldPermic-Regular.otf",
+}
+
+prebuilt_font {
+    name: "NotoSansOldPersian-Regular.ttf",
+    src: "NotoSansOldPersian-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansOldSouthArabian-Regular.ttf",
+    src: "NotoSansOldSouthArabian-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansOldTurkic-Regular.ttf",
+    src: "NotoSansOldTurkic-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansOriya-Bold.ttf",
+    src: "NotoSansOriya-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansOriya-Regular.ttf",
+    src: "NotoSansOriya-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansOriyaUI-Bold.ttf",
+    src: "NotoSansOriyaUI-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansOriyaUI-Regular.ttf",
+    src: "NotoSansOriyaUI-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansOsage-Regular.ttf",
+    src: "NotoSansOsage-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansOsmanya-Regular.ttf",
+    src: "NotoSansOsmanya-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansPahawhHmong-Regular.otf",
+    src: "NotoSansPahawhHmong-Regular.otf",
+}
+
+prebuilt_font {
+    name: "NotoSansPalmyrene-Regular.otf",
+    src: "NotoSansPalmyrene-Regular.otf",
+}
+
+prebuilt_font {
+    name: "NotoSansPauCinHau-Regular.otf",
+    src: "NotoSansPauCinHau-Regular.otf",
+}
+
+prebuilt_font {
+    name: "NotoSansPhagsPa-Regular.ttf",
+    src: "NotoSansPhagsPa-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansPhoenician-Regular.ttf",
+    src: "NotoSansPhoenician-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansRejang-Regular.ttf",
+    src: "NotoSansRejang-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansRunic-Regular.ttf",
+    src: "NotoSansRunic-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansSamaritan-Regular.ttf",
+    src: "NotoSansSamaritan-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansSaurashtra-Regular.ttf",
+    src: "NotoSansSaurashtra-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansSharada-Regular.otf",
+    src: "NotoSansSharada-Regular.otf",
+}
+
+prebuilt_font {
+    name: "NotoSansShavian-Regular.ttf",
+    src: "NotoSansShavian-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansSinhala-Bold.ttf",
+    src: "NotoSansSinhala-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansSinhala-Regular.ttf",
+    src: "NotoSansSinhala-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansSinhalaUI-Bold.otf",
+    src: "NotoSansSinhalaUI-Bold.otf",
+}
+
+prebuilt_font {
+    name: "NotoSansSinhalaUI-Regular.otf",
+    src: "NotoSansSinhalaUI-Regular.otf",
+}
+
+prebuilt_font {
+    name: "NotoSansSoraSompeng-Regular.otf",
+    src: "NotoSansSoraSompeng-Regular.otf",
+}
+
+prebuilt_font {
+    name: "NotoSansSundanese-Regular.ttf",
+    src: "NotoSansSundanese-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansSylotiNagri-Regular.ttf",
+    src: "NotoSansSylotiNagri-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansSyriacEastern-Regular.ttf",
+    src: "NotoSansSyriacEastern-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansSyriacEstrangela-Regular.ttf",
+    src: "NotoSansSyriacEstrangela-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansSyriacWestern-Regular.ttf",
+    src: "NotoSansSyriacWestern-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansTagalog-Regular.ttf",
+    src: "NotoSansTagalog-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansTagbanwa-Regular.ttf",
+    src: "NotoSansTagbanwa-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansTaiLe-Regular.ttf",
+    src: "NotoSansTaiLe-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansTaiTham-Regular.ttf",
+    src: "NotoSansTaiTham-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansTaiViet-Regular.ttf",
+    src: "NotoSansTaiViet-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansTamil-Bold.ttf",
+    src: "NotoSansTamil-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansTamil-Regular.ttf",
+    src: "NotoSansTamil-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansTamilUI-Bold.ttf",
+    src: "NotoSansTamilUI-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansTamilUI-Regular.ttf",
+    src: "NotoSansTamilUI-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansTelugu-Bold.ttf",
+    src: "NotoSansTelugu-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansTelugu-Regular.ttf",
+    src: "NotoSansTelugu-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansTeluguUI-Bold.ttf",
+    src: "NotoSansTeluguUI-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansTeluguUI-Regular.ttf",
+    src: "NotoSansTeluguUI-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansThaana-Bold.ttf",
+    src: "NotoSansThaana-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansThaana-Regular.ttf",
+    src: "NotoSansThaana-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansTibetan-Bold.ttf",
+    src: "NotoSansTibetan-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansTibetan-Regular.ttf",
+    src: "NotoSansTibetan-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansTifinagh-Regular.ttf",
+    src: "NotoSansTifinagh-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansUgaritic-Regular.ttf",
+    src: "NotoSansUgaritic-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansVai-Regular.ttf",
+    src: "NotoSansVai-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansYi-Regular.ttf",
+    src: "NotoSansYi-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoNaskhArabic-Regular.ttf",
+    src: "NotoNaskhArabic-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoNaskhArabic-Bold.ttf",
+    src: "NotoNaskhArabic-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoNaskhArabicUI-Regular.ttf",
+    src: "NotoNaskhArabicUI-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoNaskhArabicUI-Bold.ttf",
+    src: "NotoNaskhArabicUI-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansArmenian-Regular.ttf",
+    src: "NotoSansArmenian-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansArmenian-Bold.ttf",
+    src: "NotoSansArmenian-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansDevanagari-Regular.ttf",
+    src: "NotoSansDevanagari-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansDevanagari-Bold.ttf",
+    src: "NotoSansDevanagari-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansDevanagariUI-Regular.ttf",
+    src: "NotoSansDevanagariUI-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansDevanagariUI-Bold.ttf",
+    src: "NotoSansDevanagariUI-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansGeorgian-Regular.ttf",
+    src: "NotoSansGeorgian-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansGeorgian-Bold.ttf",
+    src: "NotoSansGeorgian-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansHebrew-Regular.ttf",
+    src: "NotoSansHebrew-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansHebrew-Bold.ttf",
+    src: "NotoSansHebrew-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansSymbols-Regular-Subsetted.ttf",
+    src: "NotoSansSymbols-Regular-Subsetted.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansSymbols-Regular-Subsetted2.ttf",
+    src: "NotoSansSymbols-Regular-Subsetted2.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansThai-Regular.ttf",
+    src: "NotoSansThai-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansThai-Bold.ttf",
+    src: "NotoSansThai-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansThaiUI-Regular.ttf",
+    src: "NotoSansThaiUI-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSansThaiUI-Bold.ttf",
+    src: "NotoSansThaiUI-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSerifArmenian-Bold.ttf",
+    src: "NotoSerifArmenian-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSerifArmenian-Regular.ttf",
+    src: "NotoSerifArmenian-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSerifBengali-Bold.ttf",
+    src: "NotoSerifBengali-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSerifBengali-Regular.ttf",
+    src: "NotoSerifBengali-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSerifDevanagari-Bold.ttf",
+    src: "NotoSerifDevanagari-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSerifDevanagari-Regular.ttf",
+    src: "NotoSerifDevanagari-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSerifEthiopic-Bold.otf",
+    src: "NotoSerifEthiopic-Bold.otf",
+}
+
+prebuilt_font {
+    name: "NotoSerifEthiopic-Regular.otf",
+    src: "NotoSerifEthiopic-Regular.otf",
+}
+
+prebuilt_font {
+    name: "NotoSerifGeorgian-Bold.ttf",
+    src: "NotoSerifGeorgian-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSerifGeorgian-Regular.ttf",
+    src: "NotoSerifGeorgian-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSerifGujarati-Bold.ttf",
+    src: "NotoSerifGujarati-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSerifGujarati-Regular.ttf",
+    src: "NotoSerifGujarati-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSerifGurmukhi-Bold.otf",
+    src: "NotoSerifGurmukhi-Bold.otf",
+}
+
+prebuilt_font {
+    name: "NotoSerifGurmukhi-Regular.otf",
+    src: "NotoSerifGurmukhi-Regular.otf",
+}
+
+prebuilt_font {
+    name: "NotoSerifHebrew-Bold.ttf",
+    src: "NotoSerifHebrew-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSerifHebrew-Regular.ttf",
+    src: "NotoSerifHebrew-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSerifKannada-Bold.ttf",
+    src: "NotoSerifKannada-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSerifKannada-Regular.ttf",
+    src: "NotoSerifKannada-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSerifKhmer-Bold.otf",
+    src: "NotoSerifKhmer-Bold.otf",
+}
+
+prebuilt_font {
+    name: "NotoSerifKhmer-Regular.otf",
+    src: "NotoSerifKhmer-Regular.otf",
+}
+
+prebuilt_font {
+    name: "NotoSerifLao-Bold.ttf",
+    src: "NotoSerifLao-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSerifLao-Regular.ttf",
+    src: "NotoSerifLao-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSerifMalayalam-Bold.ttf",
+    src: "NotoSerifMalayalam-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSerifMalayalam-Regular.ttf",
+    src: "NotoSerifMalayalam-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSerifMyanmar-Bold.otf",
+    src: "NotoSerifMyanmar-Bold.otf",
+}
+
+prebuilt_font {
+    name: "NotoSerifMyanmar-Regular.otf",
+    src: "NotoSerifMyanmar-Regular.otf",
+}
+
+prebuilt_font {
+    name: "NotoSerifSinhala-Bold.otf",
+    src: "NotoSerifSinhala-Bold.otf",
+}
+
+prebuilt_font {
+    name: "NotoSerifSinhala-Regular.otf",
+    src: "NotoSerifSinhala-Regular.otf",
+}
+
+prebuilt_font {
+    name: "NotoSerifTamil-Bold.ttf",
+    src: "NotoSerifTamil-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSerifTamil-Regular.ttf",
+    src: "NotoSerifTamil-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSerifTelugu-Bold.ttf",
+    src: "NotoSerifTelugu-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSerifTelugu-Regular.ttf",
+    src: "NotoSerifTelugu-Regular.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSerifThai-Bold.ttf",
+    src: "NotoSerifThai-Bold.ttf",
+}
+
+prebuilt_font {
+    name: "NotoSerifThai-Regular.ttf",
+    src: "NotoSerifThai-Regular.ttf",
+}