From 3046630c6a58fec11b7aeab8a58fbe947debf4d5 Mon Sep 17 00:00:00 2001 From: Rashed Abdel-Tawab Date: Thu, 10 Oct 2019 22:58:30 -0700 Subject: Reword outdated fonts comment ADDITIONAL_FONTS_FILE is dead as of 3328d1ce55322f344505173860ebf0525784fb62. Explain how to install new fonts on /product instead. Change-Id: I8a519d2a7a50847e7682473c43e58c4bfe1add5b --- data/fonts/Android.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/fonts/Android.mk b/data/fonts/Android.mk index 454dceb9c82c..4226e0882538 100644 --- a/data/fonts/Android.mk +++ b/data/fonts/Android.mk @@ -83,8 +83,8 @@ font_src_files := ################################ # Copies the font configuration file into system/etc for the product as fonts.xml. -# In the case where $(ADDITIONAL_FONTS_FILE) is defined, the content of $(ADDITIONAL_FONTS_FILE) -# is added to the $(AOSP_FONTS_FILE). +# Additional fonts should be installed to /product/fonts/ alongside a corresponding +# fonts_customiztion.xml in /product/etc/ include $(CLEAR_VARS) LOCAL_MODULE := fonts.xml -- cgit v1.2.3-59-g8ed1b