diff options
| author | 2019-10-12 06:50:36 +0000 | |
|---|---|---|
| committer | 2019-10-12 06:50:36 +0000 | |
| commit | ea2bea3bedeeebce0b623d04546c2d0e6513bc91 (patch) | |
| tree | 0ba39ea717478fe01b4d67fa4d2d0c59b042b64a | |
| parent | 3ef1b5e544eec18694b9bc2148b8b4428b62a6a3 (diff) | |
| parent | 3046630c6a58fec11b7aeab8a58fbe947debf4d5 (diff) | |
Merge "Reword outdated fonts comment"
| -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 |