Home | History | Annotate | Download | only in harfbuzz_ng
      1 Harfbuzz
      2 
      3 HOW 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.
     13