aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--native/jni/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/jni/Android.mk b/native/jni/Android.mk
index b70568443..1cdfbe4d1 100644
--- a/native/jni/Android.mk
+++ b/native/jni/Android.mk
@@ -76,7 +76,7 @@ LATIN_IME_CORE_SRC_FILES := \
typing_weighting.cpp) \
$(addprefix utils/, \
char_utils.cpp \
- ranking_algorithm.cpp)
+ autocorrection_threshold_utils.cpp)
LOCAL_SRC_FILES := \
$(LATIN_IME_JNI_SRC_FILES) \