diff options
author | 2011-07-09 08:15:06 +0900 | |
---|---|---|
committer | 2011-07-09 11:25:54 +0900 | |
commit | 1a3bb54bb495f88f0741af9e81c374305c2f1c28 (patch) | |
tree | 9e61c9e0054e281a8e6e803fadef03b8e86771bf /java/Android.mk | |
parent | 6ec10e53a413ca240a54b8ca41f3c9bee4bc5585 (diff) | |
download | latinime-1a3bb54bb495f88f0741af9e81c374305c2f1c28.tar.gz latinime-1a3bb54bb495f88f0741af9e81c374305c2f1c28.tar.xz latinime-1a3bb54bb495f88f0741af9e81c374305c2f1c28.zip |
Use InputMethodSettingsFragment
Bug: 4979539
Change-Id: I4f2010f785eb29ccd42b488c402ef9957633e0c2
Diffstat (limited to 'java/Android.mk')
-rw-r--r-- | java/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Android.mk b/java/Android.mk index 60c321ab2..43168e563 100644 --- a/java/Android.mk +++ b/java/Android.mk @@ -12,6 +12,7 @@ LOCAL_CERTIFICATE := shared LOCAL_JNI_SHARED_LIBRARIES := libjni_latinime LOCAL_STATIC_JAVA_LIBRARIES := android-common +LOCAL_STATIC_JAVA_LIBRARIES += inputmethod-common # Do not compress dictionary files to mmap dict data runtime LOCAL_AAPT_FLAGS := -0 .dict |