aboutsummaryrefslogtreecommitdiffstats
path: root/native/dicttoolkit/NativeFileList.mk
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2014-11-11 21:21:03 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-11-11 21:21:04 +0000
commitda99cfc29d71f7aa417b4646234d532ed5dcb7de (patch)
treeee7e78c20d6e2c8b3434654f30659c65cf20e42c /native/dicttoolkit/NativeFileList.mk
parent7a3e6242103b7637171c6430bb9cca916583bfc0 (diff)
parentcd105409739db85f5f325e7cca322dadb12cded7 (diff)
downloadlatinime-da99cfc29d71f7aa417b4646234d532ed5dcb7de.tar.gz
latinime-da99cfc29d71f7aa417b4646234d532ed5dcb7de.tar.xz
latinime-da99cfc29d71f7aa417b4646234d532ed5dcb7de.zip
Merge "Introduce OffdeviceIntermediateDict for dicttolkit."
Diffstat (limited to 'native/dicttoolkit/NativeFileList.mk')
-rw-r--r--native/dicttoolkit/NativeFileList.mk7
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)