aboutsummaryrefslogtreecommitdiffstats
path: root/java/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'java/Android.mk')
-rw-r--r--java/Android.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/java/Android.mk b/java/Android.mk
index 03d48aaa7..60c321ab2 100644
--- a/java/Android.mk
+++ b/java/Android.mk
@@ -13,7 +13,11 @@ LOCAL_JNI_SHARED_LIBRARIES := libjni_latinime
LOCAL_STATIC_JAVA_LIBRARIES := android-common
-#LOCAL_AAPT_FLAGS := -0 .dict
+# Do not compress dictionary files to mmap dict data runtime
+LOCAL_AAPT_FLAGS := -0 .dict
+
+# Include all the resources regardless of system supported locales
+LOCAL_AAPT_INCLUDE_ALL_RESOURCES := true
LOCAL_SDK_VERSION := current