diff options
author | 2014-07-30 17:17:15 +0000 | |
---|---|---|
committer | 2014-07-30 17:17:15 +0000 | |
commit | 59bc9ab003aed65ccf39f863160eb1c7aeab22d5 (patch) | |
tree | cba578b4da4419265d62cdd8449514511a0f4de1 /java/Android.mk | |
parent | e074053e36351869fed1048c110629f7451e91b8 (diff) | |
parent | 818d3ee923ccdeab9c5091b781ea1bab1987bf69 (diff) | |
download | latinime-59bc9ab003aed65ccf39f863160eb1c7aeab22d5.tar.gz latinime-59bc9ab003aed65ccf39f863160eb1c7aeab22d5.tar.xz latinime-59bc9ab003aed65ccf39f863160eb1c7aeab22d5.zip |
am 818d3ee9: am ec8472b5: am 7f545a57: [HW7.5] Introduce the @Nonnull annotation (take 2)
* commit '818d3ee923ccdeab9c5091b781ea1bab1987bf69':
[HW7.5] Introduce the @Nonnull annotation (take 2)
Diffstat (limited to 'java/Android.mk')
-rw-r--r-- | java/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/Android.mk b/java/Android.mk index b580624d7..9b8b2b448 100644 --- a/java/Android.mk +++ b/java/Android.mk @@ -25,7 +25,7 @@ LOCAL_CERTIFICATE := shared LOCAL_JNI_SHARED_LIBRARIES := libjni_latinime -LOCAL_STATIC_JAVA_LIBRARIES := android-common inputmethod-common android-support-v4 +LOCAL_STATIC_JAVA_LIBRARIES := android-common inputmethod-common android-support-v4 jsr305 # Do not compress dictionary files to mmap dict data runtime LOCAL_AAPT_FLAGS := -0 .dict |