diff options
author | 2014-11-10 08:57:07 +0900 | |
---|---|---|
committer | 2014-11-12 04:08:25 +0900 | |
commit | cd105409739db85f5f325e7cca322dadb12cded7 (patch) | |
tree | a5427387bf91321683e3e3f8c5004eb90af2b2b0 /native/dicttoolkit/NativeFileList.mk | |
parent | bbf0d4141bf4c5ee1026a8dfe45d46a416ad35b1 (diff) | |
download | latinime-cd105409739db85f5f325e7cca322dadb12cded7.tar.gz latinime-cd105409739db85f5f325e7cca322dadb12cded7.tar.xz latinime-cd105409739db85f5f325e7cca322dadb12cded7.zip |
Introduce OffdeviceIntermediateDict for dicttolkit.
Bug: 10059681
Change-Id: Ib6e9019502b59dd959c04c8f4996ca932c2b1ba8
Diffstat (limited to 'native/dicttoolkit/NativeFileList.mk')
-rw-r--r-- | native/dicttoolkit/NativeFileList.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/native/dicttoolkit/NativeFileList.mk b/native/dicttoolkit/NativeFileList.mk index 925ec458b..b39a24890 100644 --- a/native/dicttoolkit/NativeFileList.mk +++ b/native/dicttoolkit/NativeFileList.mk @@ -22,8 +22,13 @@ LATIN_IME_DICT_TOOLKIT_SRC_FILES := \ help_executor.cpp \ info_executor.cpp \ makedict_executor.cpp) \ + $(addprefix offdevice_intermediate_dict/, \ + offdevice_intermediate_dict.cpp) \ utils/command_utils.cpp LATIN_IME_DICT_TOOLKIT_TEST_FILES := \ dict_toolkit_defines_test.cpp \ - utils/command_utils_test.cpp + $(addprefix offdevice_intermediate_dict/, \ + offdevice_intermediate_dict_test.cpp) \ + $(addprefix utils/, \ + command_utils_test.cpp) |