aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/NativeFileList.mk
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2014-06-10 19:22:40 +0900
committerKeisuke Kuroyanagi <ksk@google.com>2014-06-10 19:22:40 +0900
commit07e14126318f7661f76fdce421d723d64e7ea8de (patch)
tree5f7c2d952b9b7c12e9f6af38a260b6fdfc3852a3 /native/jni/NativeFileList.mk
parent2385314be081d4955e892b9c37e5aa7c0ed6e660 (diff)
downloadlatinime-07e14126318f7661f76fdce421d723d64e7ea8de.tar.gz
latinime-07e14126318f7661f76fdce421d723d64e7ea8de.tar.xz
latinime-07e14126318f7661f76fdce421d723d64e7ea8de.zip
Purge dict reading code for 401 and create for 402.
Change-Id: Ib0150b3306bb2db8aff443d1158fecc8464cbbdb
Diffstat (limited to 'native/jni/NativeFileList.mk')
-rw-r--r--native/jni/NativeFileList.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/native/jni/NativeFileList.mk b/native/jni/NativeFileList.mk
index 07a82a94f..2dd75c4f5 100644
--- a/native/jni/NativeFileList.mk
+++ b/native/jni/NativeFileList.mk
@@ -100,8 +100,8 @@ 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/, \
+LATIN_IME_CORE_SRC_FILES_BACKWARD_V402 := \
+ $(addprefix suggest/policyimpl/dictionary/structure/backward/v402/, \
ver4_dict_buffers.cpp \
ver4_dict_constants.cpp \
ver4_patricia_trie_node_reader.cpp \
@@ -110,16 +110,16 @@ LATIN_IME_CORE_SRC_FILES_BACKWARD_V401 := \
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/, \
+ $(addprefix suggest/policyimpl/dictionary/structure/backward/v402/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/, \
+ $(addprefix suggest/policyimpl/dictionary/structure/backward/v402/bigram/, \
ver4_bigram_list_policy.cpp)
-LATIN_IME_CORE_SRC_FILES += $(LATIN_IME_CORE_SRC_FILES_BACKWARD_V401)
+LATIN_IME_CORE_SRC_FILES += $(LATIN_IME_CORE_SRC_FILES_BACKWARD_V402)
LATIN_IME_CORE_TEST_FILES := \
defines_test.cpp \