aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSatoshi Kataoka <satok@google.com>2013-06-03 01:26:25 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-06-03 01:26:25 -0700
commit9b5d603e17b1bae2d8619110f24c5777c92fd7fa (patch)
tree874cefa1c15271df3e4b70ec30e61db0f654ea76
parentb4379f9c485b3872388d4c5de517c9c93ce3a231 (diff)
parente0bbb98d60039aeaac1fa33637fca34046e0a3cb (diff)
downloadlatinime-9b5d603e17b1bae2d8619110f24c5777c92fd7fa.tar.gz
latinime-9b5d603e17b1bae2d8619110f24c5777c92fd7fa.tar.xz
latinime-9b5d603e17b1bae2d8619110f24c5777c92fd7fa.zip
am e0bbb98d: Fix build
* commit 'e0bbb98d60039aeaac1fa33637fca34046e0a3cb': Fix build
-rw-r--r--native/jni/Android.mk2
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 \