[Android.mk] Update source list
This commit is contained in:
parent
7e1ab1f6d8
commit
9d4ede3a97
|
@ -21,7 +21,6 @@ HARFBUZZ_SRC_FILES = \
|
||||||
src/hb-buffer-serialize.cc \
|
src/hb-buffer-serialize.cc \
|
||||||
src/hb-buffer.cc \
|
src/hb-buffer.cc \
|
||||||
src/hb-common.cc \
|
src/hb-common.cc \
|
||||||
src/hb-fallback-shape.cc \
|
|
||||||
src/hb-face.cc \
|
src/hb-face.cc \
|
||||||
src/hb-font.cc \
|
src/hb-font.cc \
|
||||||
src/hb-ot-tag.cc \
|
src/hb-ot-tag.cc \
|
||||||
|
@ -29,21 +28,25 @@ HARFBUZZ_SRC_FILES = \
|
||||||
src/hb-shape.cc \
|
src/hb-shape.cc \
|
||||||
src/hb-shape-plan.cc \
|
src/hb-shape-plan.cc \
|
||||||
src/hb-shaper.cc \
|
src/hb-shaper.cc \
|
||||||
src/hb-tt-font.cc \
|
|
||||||
src/hb-unicode.cc \
|
src/hb-unicode.cc \
|
||||||
src/hb-warning.cc \
|
src/hb-warning.cc \
|
||||||
|
src/hb-ot-font.cc \
|
||||||
src/hb-ot-layout.cc \
|
src/hb-ot-layout.cc \
|
||||||
src/hb-ot-map.cc \
|
src/hb-ot-map.cc \
|
||||||
src/hb-ot-shape.cc \
|
src/hb-ot-shape.cc \
|
||||||
src/hb-ot-shape-complex-arabic.cc \
|
src/hb-ot-shape-complex-arabic.cc \
|
||||||
src/hb-ot-shape-complex-default.cc \
|
src/hb-ot-shape-complex-default.cc \
|
||||||
|
src/hb-ot-shape-complex-hangul.cc \
|
||||||
|
src/hb-ot-shape-complex-hebrew.cc \
|
||||||
src/hb-ot-shape-complex-indic.cc \
|
src/hb-ot-shape-complex-indic.cc \
|
||||||
src/hb-ot-shape-complex-indic-table.cc \
|
src/hb-ot-shape-complex-indic-table.cc \
|
||||||
src/hb-ot-shape-complex-myanmar.cc \
|
src/hb-ot-shape-complex-myanmar.cc \
|
||||||
src/hb-ot-shape-complex-sea.cc \
|
src/hb-ot-shape-complex-sea.cc \
|
||||||
src/hb-ot-shape-complex-thai.cc \
|
src/hb-ot-shape-complex-thai.cc \
|
||||||
|
src/hb-ot-shape-complex-tibetan.cc \
|
||||||
src/hb-ot-shape-normalize.cc \
|
src/hb-ot-shape-normalize.cc \
|
||||||
src/hb-ot-shape-fallback.cc
|
src/hb-ot-shape-fallback.cc \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
#############################################################
|
#############################################################
|
||||||
# build the harfbuzz shared library
|
# build the harfbuzz shared library
|
||||||
|
|
Loading…
Reference in New Issue