aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/NativeFileList.mk
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2014-03-07 19:36:19 +0900
committerKeisuke Kuroyanagi <ksk@google.com>2014-03-07 19:36:19 +0900
commite137ec0a91cf93b0a99fd1e1556ee835d026f731 (patch)
treee5ecb988ad92139cb58cf5340e29fc2f7509e23c /native/jni/NativeFileList.mk
parenta103e29d00edb719c98b3597a64686d4074fd004 (diff)
downloadlatinime-e137ec0a91cf93b0a99fd1e1556ee835d026f731.tar.gz
latinime-e137ec0a91cf93b0a99fd1e1556ee835d026f731.tar.xz
latinime-e137ec0a91cf93b0a99fd1e1556ee835d026f731.zip
Introduce SuggestionResults and use it for predictions.
Bug: 8187060 Bug: 13333066 Change-Id: I1ead897024508b7e40fbd93af7d14bfe74b93826
Diffstat (limited to 'native/jni/NativeFileList.mk')
-rw-r--r--native/jni/NativeFileList.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/native/jni/NativeFileList.mk b/native/jni/NativeFileList.mk
index 1f5824608..2ee4caa42 100644
--- a/native/jni/NativeFileList.mk
+++ b/native/jni/NativeFileList.mk
@@ -40,8 +40,10 @@ LATIN_IME_CORE_SRC_FILES := \
proximity_info_state.cpp \
proximity_info_state_utils.cpp) \
suggest/core/policy/weighting.cpp \
- suggest/core/result/suggestions_output_utils.cpp \
suggest/core/session/dic_traverse_session.cpp \
+ $(addprefix suggest/core/result/, \
+ suggestion_results.cpp \
+ suggestions_output_utils.cpp) \
$(addprefix suggest/policyimpl/dictionary/, \
header/header_policy.cpp \
header/header_read_write_utils.cpp \