aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/NativeFileList.mk
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2014-10-29 12:18:11 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-10-29 12:18:12 +0000
commitafe67611c384e395175e52e6a3a37fc20d42ea64 (patch)
tree3e8d68aad255fbeb8275d7e169b1ddceec403b99 /native/jni/NativeFileList.mk
parentca6e5dfedbb57f6ec31880f2799b40a6b2adadbc (diff)
parent6b0561f9d26215209e8e8895f5c35982af5158f0 (diff)
downloadlatinime-afe67611c384e395175e52e6a3a37fc20d42ea64.tar.gz
latinime-afe67611c384e395175e52e6a3a37fc20d42ea64.tar.xz
latinime-afe67611c384e395175e52e6a3a37fc20d42ea64.zip
Merge "Add a class to have global counters for LanguageModelDictContent."
Diffstat (limited to 'native/jni/NativeFileList.mk')
-rw-r--r--native/jni/NativeFileList.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/native/jni/NativeFileList.mk b/native/jni/NativeFileList.mk
index 7299ed3c0..ca40ba8a5 100644
--- a/native/jni/NativeFileList.mk
+++ b/native/jni/NativeFileList.mk
@@ -72,6 +72,7 @@ LATIN_IME_CORE_SRC_FILES := \
ver4_pt_node_array_reader.cpp) \
$(addprefix suggest/policyimpl/dictionary/structure/v4/content/, \
language_model_dict_content.cpp \
+ language_model_dict_content_global_counters.cpp \
shortcut_dict_content.cpp \
sparse_table_dict_content.cpp \
terminal_position_lookup_table.cpp) \
@@ -128,6 +129,7 @@ LATIN_IME_CORE_TEST_FILES := \
suggest/core/layout/normal_distribution_2d_test.cpp \
suggest/policyimpl/dictionary/header/header_read_write_utils_test.cpp \
suggest/policyimpl/dictionary/structure/v4/content/language_model_dict_content_test.cpp \
+ suggest/policyimpl/dictionary/structure/v4/content/language_model_dict_content_global_counters_test.cpp \
suggest/policyimpl/dictionary/structure/v4/content/probability_entry_test.cpp \
suggest/policyimpl/dictionary/structure/v4/content/terminal_position_lookup_table_test.cpp \
suggest/policyimpl/dictionary/utils/buffer_with_extendable_buffer_test.cpp \