diff options
author | 2014-08-01 20:19:16 +0900 | |
---|---|---|
committer | 2014-08-01 20:19:16 +0900 | |
commit | c4696b2eb6b25eea4d5c869683104ab99aec0421 (patch) | |
tree | ddb69e67cda7acfef33a3967a657fdd1576d9097 /native/jni/NativeFileList.mk | |
parent | c0c674cdc0721a374e140ad5ee1409c0498b3262 (diff) | |
download | latinime-c4696b2eb6b25eea4d5c869683104ab99aec0421.tar.gz latinime-c4696b2eb6b25eea4d5c869683104ab99aec0421.tar.xz latinime-c4696b2eb6b25eea4d5c869683104ab99aec0421.zip |
Save language model in the body buffer.
Bug: 14425059
Change-Id: Iaec277f7bed03d6c6780c6ce90fbe5fe799e175e
Diffstat (limited to 'native/jni/NativeFileList.mk')
-rw-r--r-- | native/jni/NativeFileList.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/native/jni/NativeFileList.mk b/native/jni/NativeFileList.mk index 09777497b..1e3775b0a 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/, \ bigram_dict_content.cpp \ + language_model_dict_content.cpp \ probability_dict_content.cpp \ shortcut_dict_content.cpp \ sparse_table_dict_content.cpp \ |