diff options
author | 2014-05-14 19:09:01 +0900 | |
---|---|---|
committer | 2014-05-14 19:09:01 +0900 | |
commit | 6bf268132d60061fd26bd8cba63a12b56b22056e (patch) | |
tree | 0438b7f6b16be0b53c0ff9ddf01485c27f0c7a5a /native/jni/NativeFileList.mk | |
parent | 0c8ce96beccc16271a1ad003dcb41772f3df0927 (diff) | |
download | latinime-6bf268132d60061fd26bd8cba63a12b56b22056e.tar.gz latinime-6bf268132d60061fd26bd8cba63a12b56b22056e.tar.xz latinime-6bf268132d60061fd26bd8cba63a12b56b22056e.zip |
Generate dict code for version 401.
Bug: 13406708
Change-Id: I769ac84d54d997e7aefab0c9c16727455a132e0b
Diffstat (limited to 'native/jni/NativeFileList.mk')
-rw-r--r-- | native/jni/NativeFileList.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/native/jni/NativeFileList.mk b/native/jni/NativeFileList.mk index 6ccfec911..33be86b52 100644 --- a/native/jni/NativeFileList.mk +++ b/native/jni/NativeFileList.mk @@ -98,6 +98,27 @@ LATIN_IME_CORE_SRC_FILES := \ log_utils.cpp \ time_keeper.cpp) +LATIN_IME_CORE_SRC_FILES_BACKWARD_V401 := \ + $(addprefix suggest/policyimpl/dictionary/structure/backward/v401/, \ + ver4_dict_buffers.cpp \ + ver4_dict_constants.cpp \ + ver4_patricia_trie_node_reader.cpp \ + ver4_patricia_trie_node_writer.cpp \ + ver4_patricia_trie_policy.cpp \ + ver4_patricia_trie_reading_utils.cpp \ + ver4_patricia_trie_writing_helper.cpp \ + ver4_pt_node_array_reader.cpp) \ + $(addprefix suggest/policyimpl/dictionary/structure/backward/v401/content/, \ + bigram_dict_content.cpp \ + probability_dict_content.cpp \ + shortcut_dict_content.cpp \ + sparse_table_dict_content.cpp \ + terminal_position_lookup_table.cpp) \ + $(addprefix suggest/policyimpl/dictionary/structure/backward/v401/bigram/, \ + ver4_bigram_list_policy.cpp) + +LATIN_IME_CORE_SRC_FILES += $(LATIN_IME_CORE_SRC_FILES_BACKWARD_V401) + LATIN_IME_CORE_TEST_FILES := \ defines_test.cpp \ suggest/core/layout/normal_distribution_2d_test.cpp \ |