aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/NativeFileList.mk
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2014-10-29 21:05:41 +0900
committerKeisuke Kuroyanagi <ksk@google.com>2014-10-29 21:05:41 +0900
commit6b0561f9d26215209e8e8895f5c35982af5158f0 (patch)
treeb252e5d2480e48e8801ad4efa0ee562ca42f321f /native/jni/NativeFileList.mk
parent23a357d71d5d1a404975375fd376618a4fd2a596 (diff)
downloadlatinime-6b0561f9d26215209e8e8895f5c35982af5158f0.tar.gz
latinime-6b0561f9d26215209e8e8895f5c35982af5158f0.tar.xz
latinime-6b0561f9d26215209e8e8895f5c35982af5158f0.zip
Add a class to have global counters for LanguageModelDictContent.
Bug: 14425059 Change-Id: I08ec19903432356b6028853fd73b4eefce20218e
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 \