aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index a205af817..14cecf8fa 100644
--- a/Android.bp
+++ b/Android.bp
@@ -60,6 +60,7 @@ cc_library_shared {
},
},
srcs: [
+ "src/hb-aat-layout.cc",
"src/hb-blob.cc",
"src/hb-buffer-serialize.cc",
"src/hb-buffer.cc",
@@ -74,6 +75,7 @@ cc_library_shared {
"src/hb-static.cc",
"src/hb-unicode.cc",
"src/hb-warning.cc",
+ "src/hb-ot-face.cc",
"src/hb-ot-font.cc",
"src/hb-ot-layout.cc",
"src/hb-ot-map.cc",
@@ -88,7 +90,6 @@ cc_library_shared {
"src/hb-ot-shape-complex-khmer.cc",
"src/hb-ot-shape-complex-myanmar.cc",
"src/hb-ot-shape-complex-thai.cc",
- "src/hb-ot-shape-complex-tibetan.cc",
"src/hb-ot-shape-complex-use.cc",
"src/hb-ot-shape-complex-use-table.cc",
"src/hb-ot-shape-normalize.cc",