diff options
author | 2014-07-29 13:14:40 +0000 | |
---|---|---|
committer | 2014-07-29 13:14:40 +0000 | |
commit | 8c932cbd0a9563d03e914051e6447728875e6c2b (patch) | |
tree | e00e84fa098049f5d9dc522d32040d0edb29b261 /java/Android.mk | |
parent | 716c7d2923b0bd455dd9e0464c0dbf289ba76965 (diff) | |
parent | 3c7cb5234fa33f67a4029d6e858ccccf5c7feeb3 (diff) | |
download | latinime-8c932cbd0a9563d03e914051e6447728875e6c2b.tar.gz latinime-8c932cbd0a9563d03e914051e6447728875e6c2b.tar.xz latinime-8c932cbd0a9563d03e914051e6447728875e6c2b.zip |
am 3c7cb523: Merge "[HW7.5] Introduce the @Nonnull annotation" into lmp-dev
* commit '3c7cb5234fa33f67a4029d6e858ccccf5c7feeb3':
[HW7.5] Introduce the @Nonnull annotation
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 |