summaryrefslogtreecommitdiff
path: root/README.chromium
diff options
context:
space:
mode:
Diffstat (limited to 'README.chromium')
-rw-r--r--README.chromium17
1 files changed, 7 insertions, 10 deletions
diff --git a/README.chromium b/README.chromium
index 6574229..b09ca54 100644
--- a/README.chromium
+++ b/README.chromium
@@ -1,6 +1,6 @@
Name: Freetype
-URL: http://source.android.com
-Version: 0c30ba1342318e73197db7dd52dcca4b6d4bf06d
+URL: https://android.googlesource.com/platform/external/freetype/
+Version: 8afe960626dbf326354b836fd4d63e05b6974195
License: Custom license "inspired by the BSD, Artistic, and IJG (Independent
JPEG Group) licenses"
License File: NOTICE
@@ -17,15 +17,12 @@ Local Modifications:
We added the gyp file to build it.
Here is the detail steps
-1. Checkout Android source code
+1. Checkout Android version of freetype
-$ repo init -u https://android.googlesource.com/platform/manifest
-$ repo sync
-$ cd external/freetype
-$ git reset --hard 0c30ba1342318e73197db7dd52dcca4b6d4bf06d
+$ git clone https://android.googlesource.com/platform/external/freetype/
+# Use the following command to checkout this version, or omit it to checkout
+# the latest version.
+$ git reset --hard 8afe960626dbf326354b836fd4d63e05b6974195
2. Copy the related files from
<android_tree>/external/freetype/
-
-More information can be found in
-http://source.android.com/source/downloading.html