diff options
author | 2014-05-14 11:07:32 +0000 | |
---|---|---|
committer | 2014-05-14 11:07:32 +0000 | |
commit | 5c00bde9bc67d757a33cbaeba7158852c08a39fb (patch) | |
tree | e816b7274ea99b6cc5e26e31dff5557df2b1b726 /native/jni/NativeFileList.mk | |
parent | 728141d55a0a785a4ed09586f7e22272cd49fc96 (diff) | |
parent | e9121a68a67b8723477668130a16d4c72d98f6fe (diff) | |
download | latinime-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.mk | 1 |
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) |