blob: 1baa040b5af2c5ba09455824270d2138f7d118d2 [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.