Skip to content

Commit 61da0fd

Browse files
raphlinusAndroid (Google) Code Review
authored andcommitted
Merge "Copy fonts.xml to /system/etc" into lmp-dev
2 parents c55dd2b + 24ce053 commit 61da0fd

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)