Commit Graph

6 Commits

Author SHA1 Message Date
Jerome Gaillard 074fef98d4 Move font xml files to "standard" directory
This will allow to load different fonts for standard and native versions
of layoutlib.

Exempt-From-Owner-Approval: layoutlib branch
Bug: 143073883
Test: N/A
Change-Id: If44fc587eac2c3543cdff3760e64df003f12bdf2
(cherry picked from commit a9c9c7410491c42733ab565ca75a8708d4a9b064)
2020-01-29 18:26:32 +00:00
Diego Perez a820b5a027 Updating path to new frameworks/layoutlib project
sdk_font.mk depends on a script that is being moved from
frameworks/base to frameworks/layoutlib

Bug: 36889565
Test: Manually built
Change-Id: I0f67256ff624eb3d77e63a577cf5f32ecb538cdd
2017-05-08 11:07:46 +01:00
Dan Willemsen 7c3e3f8314 Sort more instances of wildcard and find
Many of these may not make a difference in the output images, but it's a
good idea to keep the make system as repeatable as possible.

Change-Id: I31804b8ad5805148ed08be7426a242a16f4d0df3
2015-09-30 22:25:49 +00:00
Deepanshu Gupta 56355bac72 Fix sdk_font build warning.
Commit f0adf87d42 did not fix the warning
properly.

Change-Id: I536aeb4bce4dab63c0f35f32b76653d5b07a8ff0
2014-09-04 18:59:05 -07:00
Deepanshu Gupta f0adf87d42 Skip extra fonts if not an extended font build.
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
2014-08-14 19:23:01 -07:00
Deepanshu Gupta 7a864ea196 Update font list for the SDK
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
2014-08-11 17:59:24 -07:00