diff options
author | 2013-08-15 04:31:11 -0700 | |
---|---|---|
committer | 2013-08-15 04:31:11 -0700 | |
commit | a49bf12883364b80bbd17bd9e47dd9bcd4e16bf6 (patch) | |
tree | c24e6d24d0de7b90f6e60106efd75cded3e8a66b /tools/dicttool/NativeLib.mk | |
parent | 10288e2c27fd2e1202fc44b91b554c9f7c5283d4 (diff) | |
parent | 33fce975c976424e923455e8f948f1ebe494a2cd (diff) | |
download | latinime-a49bf12883364b80bbd17bd9e47dd9bcd4e16bf6.tar.gz latinime-a49bf12883364b80bbd17bd9e47dd9bcd4e16bf6.tar.xz latinime-a49bf12883364b80bbd17bd9e47dd9bcd4e16bf6.zip |
am 33fce975: Merge "[Refactor] Divide BinaryDictInputOutput into BinaryDictEncoder and BinaryDictDecoder."
* commit '33fce975c976424e923455e8f948f1ebe494a2cd':
[Refactor] Divide BinaryDictInputOutput into BinaryDictEncoder and BinaryDictDecoder.
Diffstat (limited to 'tools/dicttool/NativeLib.mk')
-rw-r--r-- | tools/dicttool/NativeLib.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dicttool/NativeLib.mk b/tools/dicttool/NativeLib.mk index eeae003fb..84e54a931 100644 --- a/tools/dicttool/NativeLib.mk +++ b/tools/dicttool/NativeLib.mk @@ -34,7 +34,7 @@ LOCAL_C_INCLUDES := $(LOCAL_PATH)/$(LATINIME_NATIVE_SRC_DIR) # Used in jni_common.cpp to avoid registering useless methods. LATIN_IME_JNI_SRC_FILES := \ - com_android_inputmethod_latin_makedict_BinaryDictInputOutput.cpp \ + com_android_inputmethod_latin_makedict_BinaryDictDecoder.cpp \ jni_common.cpp LATIN_IME_CORE_SRC_FILES := |