commit | 88a307eb32b75348e0db02668c078fde9ee43b4d | [log] [tgz] |
---|---|---|
author | Deepanshu Gupta <deepanshu@google.com> | Tue Aug 12 10:23:58 2014 -0700 |
committer | Deepanshu Gupta <deepanshu@google.com> | Tue Aug 12 14:57:52 2014 -0700 |
tree | 7195121157c5d3bf91c8eb792cda6707eb5c6832 | |
parent | 95221ced396a87b16a13c4085c32ca487ac23150 [diff] [blame] |
Add list of all fonts shipped Create a new file that lists all the fonts bundled with the SDK. Change-Id: I269216ee753b78e0b0ee71c0ece4f6b759c36664
diff --git a/core/Makefile b/core/Makefile index 91fbce7..0397833 100644 --- a/core/Makefile +++ b/core/Makefile
@@ -1682,6 +1682,7 @@ fi; \ done; \ if [ $$FAIL ]; then exit 1; fi + $(hide) echo $(notdir $(SDK_FONT_DEPS)) | tr " " "\n" > $(SDK_FONT_TEMP)/fontsInSdk.txt $(hide) ( \ ATREE_STRIP="strip -x" \ $(HOST_OUT_EXECUTABLES)/atree \