aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/NativeFileList.mk
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2014-02-10 21:06:07 +0900
committerKeisuke Kuroyanagi <ksk@google.com>2014-02-10 21:06:07 +0900
commit1d6afa179cd31010efe28f1c3e17698d6be79cab (patch)
treec840bed769709dfa0d1a4f42c503f3b10ae28890 /native/jni/NativeFileList.mk
parent6422f77e9497120fe6b2d7ec012c214c06829bab (diff)
downloadlatinime-1d6afa179cd31010efe28f1c3e17698d6be79cab.tar.gz
latinime-1d6afa179cd31010efe28f1c3e17698d6be79cab.tar.xz
latinime-1d6afa179cd31010efe28f1c3e17698d6be79cab.zip
Refactoring: extract PtNode array reading logic form helper.
Bug: 12810574 Change-Id: I2d2660871862f11630c3ad7bf04bb49ade57c1e7
Diffstat (limited to 'native/jni/NativeFileList.mk')
-rw-r--r--native/jni/NativeFileList.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/native/jni/NativeFileList.mk b/native/jni/NativeFileList.mk
index c7061c8c3..e9efde9fd 100644
--- a/native/jni/NativeFileList.mk
+++ b/native/jni/NativeFileList.mk
@@ -65,7 +65,8 @@ LATIN_IME_CORE_SRC_FILES := \
ver4_patricia_trie_node_writer.cpp \
ver4_patricia_trie_policy.cpp \
ver4_patricia_trie_reading_utils.cpp \
- ver4_patricia_trie_writing_helper.cpp) \
+ ver4_patricia_trie_writing_helper.cpp \
+ ver4_pt_node_array_reader.cpp) \
$(addprefix suggest/policyimpl/dictionary/structure/v4/content/, \
bigram_dict_content.cpp \
probability_dict_content.cpp \