summaryrefslogtreecommitdiffstats
path: root/target/board
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/board
parent6922cdf42586db4fcc84e2c3f6cbda7d3c553a36 (diff)
downloadbuild-4e5e5825222dc5f3608a4b8a61c0ff46f0cdcece.zip
build-4e5e5825222dc5f3608a4b8a61c0ff46f0cdcece.tar.gz
build-4e5e5825222dc5f3608a4b8a61c0ff46f0cdcece.tar.bz2
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/board')
-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 62303d6..3ae5860 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