summaryrefslogtreecommitdiffstats
path: root/core/sdk_font.mk
Commit message (Collapse)AuthorAgeFilesLines
* Fix sdk_font build warning.Deepanshu Gupta2014-09-041-2/+2
| | | | | | | Commit f0adf87d42a6c536330d62b7fed407ad773bcf9e did not fix the warning properly. Change-Id: I536aeb4bce4dab63c0f35f32b76653d5b07a8ff0
* Skip extra fonts if not an extended font build.Deepanshu Gupta2014-08-141-15/+20
| | | | | | | | This fixes build warning: build/core/sdk_font.mk:51: warning: overriding commands for target `out/host/common/obj/PACKAGING/sdk-fonts_intermediates/NanumGothic.ttf' Change-Id: I5e208faf25f6f5d1ae3fac9970c70e80e42c7dcd
* Update font list for the SDKDeepanshu Gupta2014-08-111-0/+61
Java has a problem loading OpenType fonts. This change updates the list of fonts to include by omitting the otf fonts and adding their replacement. This change also moves the code for configuring the fonts for the SDK in a separate file so that the core Makefile remains cleaner. Change-Id: Iaf30a3ec59adf251b79cb20f27ad88fc92205ac1