diff options
author | 2014-07-29 17:00:29 +0900 | |
---|---|---|
committer | 2014-07-29 17:00:29 +0900 | |
commit | de3121dead395d32760379c03938faef6eac2f98 (patch) | |
tree | c1bc5a04a934b0fcfd2944c9dcc5d0bf1480c498 /native/jni/NativeFileList.mk | |
parent | ab661e3ef886a36b02fe094864ae4be6a3260f71 (diff) | |
download | latinime-de3121dead395d32760379c03938faef6eac2f98.tar.gz latinime-de3121dead395d32760379c03938faef6eac2f98.tar.xz latinime-de3121dead395d32760379c03938faef6eac2f98.zip |
Add TrieMap.
Bug: 14425059
Change-Id: Ief36f808ed4f3e35bfab07837ea314d2564973ab
Diffstat (limited to 'native/jni/NativeFileList.mk')
-rw-r--r-- | native/jni/NativeFileList.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/native/jni/NativeFileList.mk b/native/jni/NativeFileList.mk index 1cb61c45f..ef6f3d69e 100644 --- a/native/jni/NativeFileList.mk +++ b/native/jni/NativeFileList.mk @@ -84,7 +84,8 @@ LATIN_IME_CORE_SRC_FILES := \ forgetting_curve_utils.cpp \ format_utils.cpp \ mmapped_buffer.cpp \ - sparse_table.cpp) \ + sparse_table.cpp \ + trie_map.cpp ) \ suggest/policyimpl/gesture/gesture_suggest_policy_factory.cpp \ $(addprefix suggest/policyimpl/typing/, \ scoring_params.cpp \ @@ -125,4 +126,5 @@ LATIN_IME_CORE_TEST_FILES := \ suggest/core/layout/normal_distribution_2d_test.cpp \ suggest/core/dictionary/bloom_filter_test.cpp \ suggest/policyimpl/dictionary/utils/buffer_with_extendable_buffer_test.cpp \ + suggest/policyimpl/dictionary/utils/trie_map_test.cpp \ utils/autocorrection_threshold_utils_test.cpp |