diff options
author | 2014-02-10 04:12:26 -0800 | |
---|---|---|
committer | 2014-02-10 04:12:26 -0800 | |
commit | f215d80f5344d07b51aa4f4d253cf6079b949d08 (patch) | |
tree | fe299d6ae02418455a0e9e1e8cd0680da39b009b /native/jni/NativeFileList.mk | |
parent | def8a4c60bbd01b666a64cf1ff79e93ad3727f63 (diff) | |
parent | 0d2df2ac8cbb334d352dc8a43d75f923bdb7a210 (diff) | |
download | latinime-f215d80f5344d07b51aa4f4d253cf6079b949d08.tar.gz latinime-f215d80f5344d07b51aa4f4d253cf6079b949d08.tar.xz latinime-f215d80f5344d07b51aa4f4d253cf6079b949d08.zip |
am 0d2df2ac: Merge "Refactoring: extract PtNode array reading logic form helper."
* commit '0d2df2ac8cbb334d352dc8a43d75f923bdb7a210':
Refactoring: extract PtNode array reading logic form helper.
Diffstat (limited to 'native/jni/NativeFileList.mk')
-rw-r--r-- | native/jni/NativeFileList.mk | 3 |
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 \ |