summaryrefslogtreecommitdiffstats
path: root/third_party/freetype-android/README.chromium
blob: 50c7d5da719b3c97947b12ff210f6e9600262b8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Name: FreeType
URL: http://www.freetype.org/
Version: VER-2-6-2-updates
Revision: a512b0fe7a8d9db0e5aa9c0a4db1e92cb861722d
License: Custom license "inspired by the BSD, Artistic, and IJG (Independent
         JPEG Group) licenses"
License File: src/docs/FTL.TXT
Security Critical: yes
License Android Compatible: yes

Description:
This package tracks upstream FreeType, but the build files and configuration
are based on the Android source tree. This package is only used for Android
and Chromecast. For other platforms the system FreeType library is used.

How to update:
1. Find the desired commit in
   https://chromium.googlesource.com/chromium/src/third_party/freetype2/ .
   If such a commit does not yet exist, branch from the appropriate point with
   a branch name like "chromium/android/VER-X-X-X-updates" depending on the
   FreeType tag being branched and commit changes there.
2. Update freetype.gyp and BUILD.gn to reflect any changes. These should be kept
   in sync with the Android.mk for FreeType in Android as possible.
3. Merge the new src/include/freetype/config/ftoption.h into
   include/freetype-android-config/ftoption.h .
4. Update this file.
5. Commit build changes while rolling Chromium's freetype-android DEPS to the
   new commit.