Name | Date | Size | |
---|---|---|---|
.. | 12-Mar-2015 | 4 KiB | |
Android.mk | 12-Mar-2015 | 1.3 KiB | |
builds/ | 12-Mar-2015 | 4 KiB | |
CleanSpec.mk | 12-Mar-2015 | 2.2 KiB | |
freetype.gyp | 12-Mar-2015 | 1.7 KiB | |
ft2.target.darwin-arm.mk | 12-Mar-2015 | 7.9 KiB | |
ft2.target.darwin-arm64.mk | 12-Mar-2015 | 7.4 KiB | |
ft2.target.darwin-mips.mk | 12-Mar-2015 | 7.5 KiB | |
ft2.target.darwin-mips64.mk | 12-Mar-2015 | 7.5 KiB | |
ft2.target.darwin-x86.mk | 12-Mar-2015 | 7.5 KiB | |
ft2.target.darwin-x86_64.mk | 12-Mar-2015 | 7.5 KiB | |
ft2.target.linux-arm.mk | 12-Mar-2015 | 7.9 KiB | |
ft2.target.linux-arm64.mk | 12-Mar-2015 | 7.4 KiB | |
ft2.target.linux-mips.mk | 12-Mar-2015 | 7.5 KiB | |
ft2.target.linux-mips64.mk | 12-Mar-2015 | 7.5 KiB | |
ft2.target.linux-x86.mk | 12-Mar-2015 | 7.5 KiB | |
ft2.target.linux-x86_64.mk | 12-Mar-2015 | 7.5 KiB | |
include/ | 12-Mar-2015 | 4 KiB | |
MODULE_LICENSE_BSD_LIKE | 12-Mar-2015 | 0 | |
NOTICE | 12-Mar-2015 | 6.7 KiB | |
README.chromium | 12-Mar-2015 | 983 | |
src/ | 12-Mar-2015 | 4 KiB | |
ThirdPartyProject.prop | 12-Mar-2015 | 283 |
README.chromium
1Name: Freetype 2URL: https://android.googlesource.com/platform/external/freetype/ 3Version: 899c67b6cfcd2010784fbf08c5415af16c526e0c 4License: Custom license "inspired by the BSD, Artistic, and IJG (Independent 5 JPEG Group) licenses" 6License File: NOTICE 7Security Critical: no 8License Android Compatible: yes 9 10Description: 11This package was copied from Android source tree and just used for Android. 12For other platforms, the freetype is normally found outside the Chromium tree; 13e.g. on Mac it's in /usr/include 14 15 16Local Modifications: 17We added the gyp file to build it. 18 19Here is the detail steps 201. Checkout Android version of freetype 21 22$ git clone https://android.googlesource.com/platform/external/freetype/ 23# Use the following command to checkout this version, or omit it to checkout 24# the latest version. 25$ git reset --hard <version-listed-above> 26 272. Copy all files from 28 <android_tree>/external/freetype/ 29 303. Update freetype.gyp to reflect any changes made in Android.mk. 31