diff options
author | 2014-02-10 20:51:29 +0900 | |
---|---|---|
committer | 2014-02-10 21:06:09 +0900 | |
commit | 1e2752924d921a9a2a26bf4e72e6db8d4e21982c (patch) | |
tree | bdf00429740e23f42be19d8bb73f5362e110f160 /native/jni/NativeFileList.mk | |
parent | 1d6afa179cd31010efe28f1c3e17698d6be79cab (diff) | |
download | latinime-1e2752924d921a9a2a26bf4e72e6db8d4e21982c.tar.gz latinime-1e2752924d921a9a2a26bf4e72e6db8d4e21982c.tar.xz latinime-1e2752924d921a9a2a26bf4e72e6db8d4e21982c.zip |
Create Ver2ParticiaTrieNodeReader.
Bug: 12810574
Change-Id: I7d3298b5f419d557755ae433c8b8cc0d145f4cc3
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 e9efde9fd..c6430a1d5 100644 --- a/native/jni/NativeFileList.mk +++ b/native/jni/NativeFileList.mk @@ -57,7 +57,8 @@ LATIN_IME_CORE_SRC_FILES := \ dynamic_pt_writing_utils.cpp) \ $(addprefix suggest/policyimpl/dictionary/structure/v2/, \ patricia_trie_policy.cpp \ - patricia_trie_reading_utils.cpp) \ + patricia_trie_reading_utils.cpp \ + ver2_patricia_trie_node_reader.cpp) \ $(addprefix suggest/policyimpl/dictionary/structure/v4/, \ ver4_dict_buffers.cpp \ ver4_dict_constants.cpp \ |