History log of /external/harfbuzz_ng/src/hb-ot-shape-complex-use-machine.hh
Revision Date Author Comments
b73a549e7a9d189273815f30a19d1256151a9027 01-Oct-2016 Jungshik Shin <jungshik@google.com> Update Harfbuzz to 1.3.2 from 1.2.6

hash: f73a87d9a8c76a1 (1.3.2)

Highlights:
- Update to Unicode 9.0 data
- ZHH (Hong Kong) opentype lang. support

Update REAMDE.android, hb-version.h and a few more
src/*hh files generated from rl files.

Bug: 30746293
Test: manual - build image and test on a device for complex script
shaping

Change-Id: I12c8f7643a4572236a78606c4fd81314b113ff87
8d1e57ae2523769b9ff7e9d1344a256880cb5202 24-Feb-2016 Jungshik Shin <jungshik@google.com> Update harfbuzz to 1.2.1 from the upstream

This updates harfbuzz from 0.9.38 (Feb 2015) to 1.2.1 (Feb 2016; dabf32a)

There have been numerous improvements and changes including
the switch to USE(Universal Shaping Engine) for a number of scripts.

The header files generated from rl files (rangel) and hb-version.h
are copied manually from the 1.2.1 tar ball.

for f in *rl
do
cp "$(basename $f rl)hh" "${TREE_TOP}/external/harfbuzz_ng/src/"
done

cp hb-version.h "${HB_TREE_TOP}/external/harfbuzz_ng/src/"

Besides, remove header files corresponding to removed rl files:

for f in $(git status | egrep 'deleted:.*rl$' | awk '{print $2;}')
do
git rm "$(basename $f rl)hh"
done

Bug: 26797521
Change-Id: Iff91c3ca6718e36402d380192385caca696653c3