Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 578a01d3 authored by Amith Yamasani's avatar Amith Yamasani
Browse files

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%.
parent 36b4375b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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