diff options
author | 2013-06-03 01:26:25 -0700 | |
---|---|---|
committer | 2013-06-03 01:26:25 -0700 | |
commit | 9b5d603e17b1bae2d8619110f24c5777c92fd7fa (patch) | |
tree | 874cefa1c15271df3e4b70ec30e61db0f654ea76 | |
parent | b4379f9c485b3872388d4c5de517c9c93ce3a231 (diff) | |
parent | e0bbb98d60039aeaac1fa33637fca34046e0a3cb (diff) | |
download | latinime-9b5d603e17b1bae2d8619110f24c5777c92fd7fa.tar.gz latinime-9b5d603e17b1bae2d8619110f24c5777c92fd7fa.tar.xz latinime-9b5d603e17b1bae2d8619110f24c5777c92fd7fa.zip |
am e0bbb98d: Fix build
* commit 'e0bbb98d60039aeaac1fa33637fca34046e0a3cb':
Fix build
-rw-r--r-- | native/jni/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/jni/Android.mk b/native/jni/Android.mk index e4a4682b0..44474df46 100644 --- a/native/jni/Android.mk +++ b/native/jni/Android.mk @@ -50,7 +50,7 @@ LATIN_IME_CORE_SRC_FILES := \ unigram_dictionary.cpp \ suggest/core/suggest.cpp \ $(addprefix obsolete/, \ - words_priority_queue.cpp \ + words_priority_queue.cpp) \ $(addprefix suggest/core/dicnode/, \ dic_node.cpp \ dic_node_utils.cpp \ |