aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/NativeFileList.mk
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2014-05-14 11:07:32 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-05-14 11:07:32 +0000
commit5c00bde9bc67d757a33cbaeba7158852c08a39fb (patch)
treee816b7274ea99b6cc5e26e31dff5557df2b1b726 /native/jni/NativeFileList.mk
parent728141d55a0a785a4ed09586f7e22272cd49fc96 (diff)
parente9121a68a67b8723477668130a16d4c72d98f6fe (diff)
downloadlatinime-5c00bde9bc67d757a33cbaeba7158852c08a39fb.tar.gz
latinime-5c00bde9bc67d757a33cbaeba7158852c08a39fb.tar.xz
latinime-5c00bde9bc67d757a33cbaeba7158852c08a39fb.zip
Merge "Filter out control characters and non-unicode code points."
Diffstat (limited to 'native/jni/NativeFileList.mk')
-rw-r--r--native/jni/NativeFileList.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/native/jni/NativeFileList.mk b/native/jni/NativeFileList.mk
index 33be86b52..cb337e65c 100644
--- a/native/jni/NativeFileList.mk
+++ b/native/jni/NativeFileList.mk
@@ -95,6 +95,7 @@ LATIN_IME_CORE_SRC_FILES := \
$(addprefix utils/, \
autocorrection_threshold_utils.cpp \
char_utils.cpp \
+ jni_data_utils.cpp \
log_utils.cpp \
time_keeper.cpp)