diff options
author | 2013-08-15 19:11:09 +0900 | |
---|---|---|
committer | 2013-08-15 20:23:07 +0900 | |
commit | 94460eba11019ec4658c42b4bcc0379d70f41770 (patch) | |
tree | eb10b1bc9e3d2b48d7eb8536395f15eceaf0702e /tools/dicttool/NativeLib.mk | |
parent | 0663bc047b6023bc83c0218b3d36a65cce8d4dfc (diff) | |
download | latinime-94460eba11019ec4658c42b4bcc0379d70f41770.tar.gz latinime-94460eba11019ec4658c42b4bcc0379d70f41770.tar.xz latinime-94460eba11019ec4658c42b4bcc0379d70f41770.zip |
[Refactor] Divide BinaryDictInputOutput into BinaryDictEncoder and BinaryDictDecoder.
Change-Id: I7c3269d77e3e3b567e459dcaa1bc029903941744
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 := |