aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorDeepanshu Gupta <deepanshu@google.com>2014-08-01 10:14:15 -0700
committerDeepanshu Gupta <deepanshu@google.com>2014-08-09 00:37:31 +0000
commit4e5e5825222dc5f3608a4b8a61c0ff46f0cdcece (patch)
treec37784e076a93cf503e7d182d3a772b560b84d51 /target
parent6922cdf42586db4fcc84e2c3f6cbda7d3c553a36 (diff)
downloadplatform_build-4e5e5825222dc5f3608a4b8a61c0ff46f0cdcece.tar.gz
platform_build-4e5e5825222dc5f3608a4b8a61c0ff46f0cdcece.tar.bz2
platform_build-4e5e5825222dc5f3608a4b8a61c0ff46f0cdcece.zip
Use fonts from generic device for the SDK.
This removes the explicit list of fonts for the SDK and replaces it with the fonts built for the generic device. Also, the symlinked fonts are copied becuase Windows doesn't support symlinks. Change-Id: I8b18b2ab0149ab24448f27dbd5f9716e5d360029
Diffstat (limited to 'target')
-rw-r--r--target/board/generic/BoardConfig.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/board/generic/BoardConfig.mk b/target/board/generic/BoardConfig.mk
index 62303d6c5b..3ae5860809 100644
--- a/target/board/generic/BoardConfig.mk
+++ b/target/board/generic/BoardConfig.mk
@@ -87,3 +87,8 @@ BOARD_SEPOLICY_UNION += \
shell.te \
surfaceflinger.te \
system_server.te
+
+ifeq ($(TARGET_PRODUCT),sdk)
+ # include an expanded selection of fonts for the SDK.
+ EXTENDED_FONT_FOOTPRINT := true
+endif