summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2014-10-22 18:24:44 +0900
committerKen Wakasa <kwakasa@google.com>2014-10-22 19:26:21 +0900
commit54a1b8ec54c0a001cae93af43e25a8e35de02ff1 (patch)
treee0ca148b9a408ab752d62a6a69146632d0ad957c /tools
parent90aa229f01f2a14ae5b4542e065d27d000dafb82 (diff)
downloadandroid_packages_inputmethods_LatinIME-54a1b8ec54c0a001cae93af43e25a8e35de02ff1.tar.gz
android_packages_inputmethods_LatinIME-54a1b8ec54c0a001cae93af43e25a8e35de02ff1.tar.bz2
android_packages_inputmethods_LatinIME-54a1b8ec54c0a001cae93af43e25a8e35de02ff1.zip
Add latinime-common local lib
This is just a placeholder in this CL. It will be shared by LatinIME, dicttool, and tests. Change-Id: I6fb3516a5061555f6f24b29141c2871d2319b023
Diffstat (limited to 'tools')
-rw-r--r--tools/dicttool/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dicttool/Android.mk b/tools/dicttool/Android.mk
index 7f34ccf20..ff6c1e433 100644
--- a/tools/dicttool/Android.mk
+++ b/tools/dicttool/Android.mk
@@ -93,7 +93,7 @@ LOCAL_SRC_FILES := $(LOCAL_TOOL_SRC_FILES) \
$(call all-java-files-under, $(DICTTOOL_ONDEVICE_TESTS_DIR))
LOCAL_JAVA_LIBRARIES := junit
-LOCAL_STATIC_JAVA_LIBRARIES := jsr305lib
+LOCAL_STATIC_JAVA_LIBRARIES := jsr305lib latinime-common-host
LOCAL_REQUIRED_MODULES := $(LATINIME_HOST_NATIVE_LIBNAME)
LOCAL_JAR_MANIFEST := etc/manifest.txt
LOCAL_MODULE := dicttool_aosp