diff options
author | David 'Digit' Turner <digit@android.com> | 2014-02-04 14:49:23 +0100 |
---|---|---|
committer | David 'Digit' Turner <digit@android.com> | 2014-02-04 14:49:23 +0100 |
commit | b0dac934120dd930a8a24c7a630853a33293e89e (patch) | |
tree | 0cf78e0f66ff50477363dcc4100be44137912dd9 /target | |
parent | 5352018b0b115061bce7a2aac14780ffea3885c7 (diff) | |
download | build-b0dac934120dd930a8a24c7a630853a33293e89e.zip build-b0dac934120dd930a8a24c7a630853a33293e89e.tar.gz build-b0dac934120dd930a8a24c7a630853a33293e89e.tar.bz2 |
Add missing font files to SDK system images.
This adds a few missing font families to SDK system images.
This allows, in particular, support for the Korean language.
Note that this depends on other patches under device/generic/
to fix some board and product configuration files, otherwise
this change will have no effect.
See http://b.android.com/40340
Change-Id: Idba6471de32232833f511a4da97fd652906fec51
Diffstat (limited to 'target')
-rw-r--r-- | target/product/sdk.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/product/sdk.mk b/target/product/sdk.mk index bc59782..2fa39d8 100644 --- a/target/product/sdk.mk +++ b/target/product/sdk.mk @@ -92,6 +92,9 @@ include $(SRC_TARGET_DIR)/product/emulator.mk $(call inherit-product-if-exists, frameworks/base/data/sounds/AllAudio.mk) $(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk) +$(call inherit-product-if-exists, external/noto-fonts/fonts.mk) +$(call inherit-product-if-exists, external/naver-fonts/fonts.mk) +$(call inherit-product-if-exists, external/sil-fonts/fonts.mk) $(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk) $(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk) |