diff options
author | 2012-07-28 21:24:29 +0900 | |
---|---|---|
committer | 2012-07-28 21:24:29 +0900 | |
commit | d157bb0d557aff7982ae55f69753b58cca95bda1 (patch) | |
tree | 647bf4af6cb102dced173aad19628652520c57c6 /java/Android.mk | |
parent | bb52fe6f06241529c3ae5917f4ef7bc56e100c43 (diff) | |
download | latinime-d157bb0d557aff7982ae55f69753b58cca95bda1.tar.gz latinime-d157bb0d557aff7982ae55f69753b58cca95bda1.tar.xz latinime-d157bb0d557aff7982ae55f69753b58cca95bda1.zip |
Just a cosmetic cleanup
Change-Id: Ie32fb8474b502220bdca9dbce30094bf5fb08e00
Diffstat (limited to 'java/Android.mk')
-rw-r--r-- | java/Android.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/java/Android.mk b/java/Android.mk index 52cc18b26..364973bea 100644 --- a/java/Android.mk +++ b/java/Android.mk @@ -28,9 +28,7 @@ LOCAL_JNI_SHARED_LIBRARIES := libjni_latinime # We want to install libjni_latinime.so to the system partition if LatinIME gets installed. LOCAL_REQUIRED_MODULES := libjni_latinime -LOCAL_STATIC_JAVA_LIBRARIES := android-common -LOCAL_STATIC_JAVA_LIBRARIES += inputmethod-common -LOCAL_STATIC_JAVA_LIBRARIES += android-support-v4 +LOCAL_STATIC_JAVA_LIBRARIES := android-common inputmethod-common android-support-v4 # Do not compress dictionary files to mmap dict data runtime LOCAL_AAPT_FLAGS := -0 .dict |