aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2010-01-21 17:00:46 -0800
committerAmith Yamasani <yamasani@google.com>2010-01-21 17:00:46 -0800
commit578a01d3f60d27f76f592c82d4c377a06f9a6efd (patch)
tree2f73fc0ec0f8fa8feccc56fdfc49bb375ac3e065 /Android.mk
parent36b4375bac2c982a560b45d91657b35c885ab195 (diff)
downloadlatinime-578a01d3f60d27f76f592c82d4c377a06f9a6efd.tar.gz
latinime-578a01d3f60d27f76f592c82d4c377a06f9a6efd.tar.xz
latinime-578a01d3f60d27f76f592c82d4c377a06f9a6efd.zip
Compress the dictionaries so they are loaded into memory fully.
This is an experiment to see if flash contention is causing occasional keyboard hicups that people complain about. A side effect is that the APK (with 5 languages) reduces in size by 25%.
Diffstat (limited to 'Android.mk')
-rwxr-xr-xAndroid.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 4c842c53b..fd6c97ede 100755
--- a/Android.mk
+++ b/Android.mk
@@ -11,7 +11,7 @@ LOCAL_CERTIFICATE := shared
LOCAL_JNI_SHARED_LIBRARIES := libjni_latinime
-LOCAL_AAPT_FLAGS := -0 .dict
+#LOCAL_AAPT_FLAGS := -0 .dict
include $(BUILD_PACKAGE)
include $(LOCAL_PATH)/dictionary/Android.mk