diff options
author | 2014-04-08 18:24:06 +0900 | |
---|---|---|
committer | 2014-04-08 18:24:06 +0900 | |
commit | e41b2ed8d31b84308f77a0bd14c5eecc5a17960a (patch) | |
tree | 0e9f3446083278e3f05c7f6f97260de663472365 /native/jni/NativeFileList.mk | |
parent | a857235d0c2d56f92502d76460325377170ee5b8 (diff) | |
download | latinime-e41b2ed8d31b84308f77a0bd14c5eecc5a17960a.tar.gz latinime-e41b2ed8d31b84308f77a0bd14c5eecc5a17960a.tar.xz latinime-e41b2ed8d31b84308f77a0bd14c5eecc5a17960a.zip |
Separate unigram/bigram property from WordProperty.
Bug: 13406708
Change-Id: I48e9fccedd9dcdc1a35ffe027745b58966a83315
Diffstat (limited to 'native/jni/NativeFileList.mk')
-rw-r--r-- | native/jni/NativeFileList.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/jni/NativeFileList.mk b/native/jni/NativeFileList.mk index 3da9d5632..1031903f8 100644 --- a/native/jni/NativeFileList.mk +++ b/native/jni/NativeFileList.mk @@ -32,7 +32,7 @@ LATIN_IME_CORE_SRC_FILES := \ digraph_utils.cpp \ error_type_utils.cpp \ multi_bigram_map.cpp \ - word_property.cpp) \ + property/word_property.cpp) \ $(addprefix suggest/core/layout/, \ additional_proximity_chars.cpp \ proximity_info.cpp \ |