blob: c8ebb1146d135db5107fdb83b0ff5b9233955bb6 [file] [log] [blame]
Siyamed Sinireef13882018-01-30 14:07:37 -08001Harfbuzz
2
3HOW TO UPDATE
4* Check out external/harfbuzz to <checkout_dir>
5 ex: git clone https://android.googlesource.com/platform/external/harfbuzz_ng
6* Locate the commit you'd like to move.
7 ex: for 1.7.4: https://github.com/harfbuzz/harfbuzz/commit/007a2a4317227b8fb4c764c590203c85fc3da5fd
8* In <checkout_dir>, run git merge <commit_sha>
9 i.e. git merge 007a2a4317227b8fb4c764c590203c85fc3da5fd
10* Upload the changes.
11 ex: git push origin HEAD:refs/for/master
12* Gerrit will run the text related tests.
Siyamed Sinir7be45382018-07-30 10:47:52 -070013
14NOTE:
15 Since Chromium updates Harfbuzz more frequently, you can check the following URL for their changes
16 and latest merges.
17 https://chromium.googlesource.com/chromium/src/+log/master/third_party/harfbuzz-ng