Fix: Android.mk for autocorrection_threshold_utils.
Change-Id: I3ea0811ca7c2c1a88351ee2ba5cc13d7096865ba
This commit is contained in:
parent
527c128309
commit
0b7cd6a0b2
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ LATIN_IME_CORE_SRC_FILES := \
|
||||||
typing_weighting.cpp) \
|
typing_weighting.cpp) \
|
||||||
$(addprefix utils/, \
|
$(addprefix utils/, \
|
||||||
char_utils.cpp \
|
char_utils.cpp \
|
||||||
ranking_algorithm.cpp)
|
autocorrection_threshold_utils.cpp)
|
||||||
|
|
||||||
LOCAL_SRC_FILES := \
|
LOCAL_SRC_FILES := \
|
||||||
$(LATIN_IME_JNI_SRC_FILES) \
|
$(LATIN_IME_JNI_SRC_FILES) \
|
||||||
|
|
Loading…
Reference in a new issue