diff options
author | 2014-07-30 13:01:39 +0900 | |
---|---|---|
committer | 2014-07-30 04:13:58 +0000 | |
commit | 7f545a57c987862d55966ac08ef64cfe0b9f51e4 (patch) | |
tree | 6e8be92fbb47a307f14d4d3dde211bf4e316fdbf /java/Android.mk | |
parent | 0f6807bfb44ca82e224921af1f16f18cdaa8b4e1 (diff) | |
download | latinime-7f545a57c987862d55966ac08ef64cfe0b9f51e4.tar.gz latinime-7f545a57c987862d55966ac08ef64cfe0b9f51e4.tar.xz latinime-7f545a57c987862d55966ac08ef64cfe0b9f51e4.zip |
[HW7.5] Introduce the @Nonnull annotation (take 2)
Change-Id: I05512b5434810046c8b72d6bb41567b6cd8b9d6e
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 |