commit | e9121a68a67b8723477668130a16d4c72d98f6fe | [log] [tgz] |
---|---|---|
author | Keisuke Kuroyanagi <ksk@google.com> | Wed May 14 20:05:10 2014 +0900 |
committer | Keisuke Kuroyanagi <ksk@google.com> | Wed May 14 20:05:10 2014 +0900 |
tree | 0a7ed860ca15db63e91aca6599a59aeface7eb71 | |
parent | 71f4c6b8eacb210fceb719a0f293d14f359ba4f1 [diff] [blame] |
Filter out control characters and non-unicode code points. Bug: 14119293 Bug: 13758761 Change-Id: I6b79cff0714152807f5e20b7a75060a0a772b28b
diff --git a/native/jni/NativeFileList.mk b/native/jni/NativeFileList.mk index 6ccfec9..f418f6e 100644 --- a/native/jni/NativeFileList.mk +++ b/native/jni/NativeFileList.mk
@@ -95,6 +95,7 @@ $(addprefix utils/, \ autocorrection_threshold_utils.cpp \ char_utils.cpp \ + jni_data_utils.cpp \ log_utils.cpp \ time_keeper.cpp)