blob: 7aef628cbbefe92f966ba0730f51dd249ec99214 [file] [log] [blame]
Tao Baia008c172011-11-14 11:57:31 -08001Name: Freetype
Xianzhu Wange3b631d2013-09-03 11:05:38 -07002URL: https://android.googlesource.com/platform/external/freetype/
Xianzhu Wanga2b99552013-12-16 15:51:29 -08003Version: 899c67b6cfcd2010784fbf08c5415af16c526e0c
Armand Navabi1f74e4e2012-05-16 19:17:29 -07004License: Custom license "inspired by the BSD, Artistic, and IJG (Independent
5 JPEG Group) licenses"
6License File: NOTICE
Tao Baia008c172011-11-14 11:57:31 -08007Security Critical: no
Armand Navabi41c2c412012-08-16 15:17:51 -07008License Android Compatible: yes
Tao Baia008c172011-11-14 11:57:31 -08009
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
Xianzhu Wange3b631d2013-09-03 11:05:38 -0700201. Checkout Android version of freetype
Tao Baia008c172011-11-14 11:57:31 -080021
Xianzhu Wange3b631d2013-09-03 11:05:38 -070022$ 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.
Xianzhu Wanga2b99552013-12-16 15:51:29 -080025$ git reset --hard <version-listed-above>
Tao Baia008c172011-11-14 11:57:31 -080026
Xianzhu Wanga2b99552013-12-16 15:51:29 -0800272. Copy all files from
Tao Baia008c172011-11-14 11:57:31 -080028 <android_tree>/external/freetype/
Xianzhu Wanga2b99552013-12-16 15:51:29 -080029
303. Update freetype.gyp to reflect any changes made in Android.mk.