blob: 7da7f49b9c6eecce49f82b608dbd8afd5b2afc2b [file] [log] [blame]
Tao Baia008c172011-11-14 11:57:31 -08001Name: Freetype
2URL: http://source.android.com
3Version: 0c30ba1342318e73197db7dd52dcca4b6d4bf06d
4License: BSD
5Security Critical: no
6
7Description:
8This package was copied from Android source tree and just used for Android.
9For other platforms, the freetype is normally found outside the Chromium tree;
10e.g. on Mac it's in /usr/include
11
12
13Local Modifications:
14We added the gyp file to build it.
15
16Here is the detail steps
171. Checkout Android source code
18
19$ repo init -u https://android.googlesource.com/platform/manifest
20$ repo sync
21$ cd external/freetype
22$ git reset --hard 0c30ba1342318e73197db7dd52dcca4b6d4bf06d
23
242. Copy the related files from
25 <android_tree>/external/freetype/
26
27More information can be found in
28http://source.android.com/source/downloading.html