diff options
author | 2012-07-28 14:50:12 -0700 | |
---|---|---|
committer | 2012-07-28 14:50:12 -0700 | |
commit | 61fad32bb76f1be4edfb894ded29bb9782c71762 (patch) | |
tree | d3f5e5934715f3d0a80beeee056953fd5bcdb54b /java | |
parent | 97c89dd03106f7c9eeb9af416312fa6893506027 (diff) | |
parent | d157bb0d557aff7982ae55f69753b58cca95bda1 (diff) | |
download | latinime-61fad32bb76f1be4edfb894ded29bb9782c71762.tar.gz latinime-61fad32bb76f1be4edfb894ded29bb9782c71762.tar.xz latinime-61fad32bb76f1be4edfb894ded29bb9782c71762.zip |
am d157bb0d: Just a cosmetic cleanup
* commit 'd157bb0d557aff7982ae55f69753b58cca95bda1':
Just a cosmetic cleanup
Diffstat (limited to 'java')
-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 |