aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/NativeFileList.mk
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2014-05-14 20:05:10 +0900
committerKeisuke Kuroyanagi <ksk@google.com>2014-05-14 20:05:10 +0900
commite9121a68a67b8723477668130a16d4c72d98f6fe (patch)
tree0a7ed860ca15db63e91aca6599a59aeface7eb71 /native/jni/NativeFileList.mk
parent71f4c6b8eacb210fceb719a0f293d14f359ba4f1 (diff)
downloadlatinime-e9121a68a67b8723477668130a16d4c72d98f6fe.tar.gz
latinime-e9121a68a67b8723477668130a16d4c72d98f6fe.tar.xz
latinime-e9121a68a67b8723477668130a16d4c72d98f6fe.zip
Filter out control characters and non-unicode code points.
Bug: 14119293 Bug: 13758761 Change-Id: I6b79cff0714152807f5e20b7a75060a0a772b28b
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 6ccfec911..f418f6ece 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)