diff options
author | Rashed Abdel-Tawab <rashed@linux.com> | 2019-10-10 22:58:30 -0700 |
---|---|---|
committer | Rashed Abdel-Tawab <rashed@linux.com> | 2019-10-11 14:18:30 -0700 |
commit | 3046630c6a58fec11b7aeab8a58fbe947debf4d5 (patch) | |
tree | 41515f4eae6e1dfda608e9345010c2ce3a1e9ce4 /data/fonts | |
parent | 0e6683ef7e7703cbc4879fdfac16093931a4000d (diff) |
Reword outdated fonts comment
ADDITIONAL_FONTS_FILE is dead as of 3328d1ce55322f344505173860ebf0525784fb62.
Explain how to install new fonts on /product instead.
Change-Id: I8a519d2a7a50847e7682473c43e58c4bfe1add5b
Diffstat (limited to 'data/fonts')
-rw-r--r-- | data/fonts/Android.mk | 4 |
1 files 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 |