Home | History | Annotate | Download | only in freetype
      1 Name: Freetype
      2 URL: https://android.googlesource.com/platform/external/freetype/
      3 Version: 899c67b6cfcd2010784fbf08c5415af16c526e0c
      4 License: Custom license "inspired by the BSD, Artistic, and IJG (Independent
      5          JPEG Group) licenses"
      6 License File: NOTICE
      7 Security Critical: no
      8 License Android Compatible: yes
      9 
     10 Description:
     11 This package was copied from Android source tree and just used for Android.
     12 For other platforms, the freetype is normally found outside the Chromium tree;
     13 e.g. on Mac it's in /usr/include
     14 
     15 
     16 Local Modifications:
     17 We added the gyp file to build it.
     18 
     19 Here is the detail steps
     20 1. 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 
     27 2. Copy all files from
     28    <android_tree>/external/freetype/
     29 
     30 3. Update freetype.gyp to reflect any changes made in Android.mk.
     31