aboutsummaryrefslogtreecommitdiff
path: root/README.android
blob: c8ebb1146d135db5107fdb83b0ff5b9233955bb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Harfbuzz

HOW TO UPDATE
* Check out external/harfbuzz to <checkout_dir>
  ex: git clone https://android.googlesource.com/platform/external/harfbuzz_ng
* Locate the commit you'd like to move.
  ex: for 1.7.4: https://github.com/harfbuzz/harfbuzz/commit/007a2a4317227b8fb4c764c590203c85fc3da5fd
* In <checkout_dir>, run git merge <commit_sha>
  i.e. git merge 007a2a4317227b8fb4c764c590203c85fc3da5fd
* Upload the changes.
  ex: git push origin HEAD:refs/for/master
* Gerrit will run the text related tests.

NOTE:
 Since Chromium updates Harfbuzz more frequently, you can check the following URL for their changes
 and latest merges.
 https://chromium.googlesource.com/chromium/src/+log/master/third_party/harfbuzz-ng