diff options
author | 2014-07-30 16:58:00 +0000 | |
---|---|---|
committer | 2014-07-30 16:58:00 +0000 | |
commit | ec8472b5f5e478ba4eb830a7603da9c5a4637461 (patch) | |
tree | 25add4320dd2185e8318cea03492ad26447de945 /tools/dicttool | |
parent | 14d985bdbdfd4a237add1009912a6920573c1a9d (diff) | |
parent | 7f545a57c987862d55966ac08ef64cfe0b9f51e4 (diff) | |
download | latinime-ec8472b5f5e478ba4eb830a7603da9c5a4637461.tar.gz latinime-ec8472b5f5e478ba4eb830a7603da9c5a4637461.tar.xz latinime-ec8472b5f5e478ba4eb830a7603da9c5a4637461.zip |
am 7f545a57: [HW7.5] Introduce the @Nonnull annotation (take 2)
* commit '7f545a57c987862d55966ac08ef64cfe0b9f51e4':
[HW7.5] Introduce the @Nonnull annotation (take 2)
Diffstat (limited to 'tools/dicttool')
-rw-r--r-- | tools/dicttool/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/dicttool/Android.mk b/tools/dicttool/Android.mk index e4de59db6..0f1f34418 100644 --- a/tools/dicttool/Android.mk +++ b/tools/dicttool/Android.mk @@ -88,6 +88,7 @@ LOCAL_SRC_FILES := $(LOCAL_TOOL_SRC_FILES) \ $(call all-java-files-under, $(DICTTOOL_ONDEVICE_TESTS_DIRECTORY)) LOCAL_JAVA_LIBRARIES := junit +LOCAL_STATIC_JAVA_LIBRARIES := jsr305lib LOCAL_REQUIRED_MODULES := $(LATINIME_HOST_NATIVE_LIBNAME) LOCAL_JAR_MANIFEST := etc/manifest.txt LOCAL_MODULE := dicttool_aosp |