Skip to content

Commit 24ce053

Browse files
committed
Copy fonts.xml to /system/etc
This patch actually copies the new font config file to the /system/etc directory on the device, where frameworks and apps will be able to read it. Bug: 14538154 Change-Id: I53a932210763b718f469d80cc92816edf4e5b14e
1 parent 1584609 commit 24ce053

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data/fonts/fonts.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616

1717
PRODUCT_COPY_FILES := \
1818
frameworks/base/data/fonts/system_fonts.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/system_fonts.xml \
19-
frameworks/base/data/fonts/fallback_fonts.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/fallback_fonts.xml
19+
frameworks/base/data/fonts/fallback_fonts.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/fallback_fonts.xml \
20+
frameworks/base/data/fonts/fonts.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/fonts.xml
2021

2122
PRODUCT_PACKAGES := \
2223
DroidSansFallback.ttf \

0 commit comments

Comments
 (0)