diff options
author | 2014-04-09 15:27:25 +0900 | |
---|---|---|
committer | 2014-04-09 16:50:31 +0900 | |
commit | 26c806620c26e048918624367ee624526613b0d2 (patch) | |
tree | 9a4acf0bc6bca7d65580617aab73e59ca9cff840 /native/jni/NativeFileList.mk | |
parent | e3d57ae792779a6e5588cb97885970cb1adef312 (diff) | |
download | latinime-26c806620c26e048918624367ee624526613b0d2.tar.gz latinime-26c806620c26e048918624367ee624526613b0d2.tar.xz latinime-26c806620c26e048918624367ee624526613b0d2.zip |
Use 2D normal distribution for gesture.
Bug: 13799846
Bug: 10701902
Bug: 9505397
Change-Id: I6c3f84f035f2310f2f7dfec4432ebdb6e50d5df0
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 a22497fd9..1230150ea 100644 --- a/native/jni/NativeFileList.mk +++ b/native/jni/NativeFileList.mk @@ -101,4 +101,5 @@ LATIN_IME_CORE_SRC_FILES := \ LATIN_IME_CORE_TEST_FILES := \ defines_test.cpp \ + suggest/core/layout/normal_distribution_2d_test.cpp \ utils/autocorrection_threshold_utils_test.cpp |