diff options
| author | Tyler | 2026-03-14 18:27:37 -0600 |
|---|---|---|
| committer | GitHub | 2026-03-15 01:27:37 +0100 |
| commit | b25b670c6b040c87d0cf3752fd0e465998edf236 (patch) | |
| tree | 1e86db7dea28d6cda32c08cdf889ed45daecd3fd /vendor | |
| parent | ece8fb51ce58666787faa3eeb427f31e57f68ef8 (diff) | |
| download | unexpected-keyboard-b25b670c6b040c87d0cf3752fd0e465998edf236.tar.gz unexpected-keyboard-b25b670c6b040c87d0cf3752fd0e465998edf236.zip | |
Making dictionaries compatible with 16 KB devices. (#1199)
Diffstat (limited to 'vendor')
| -rw-r--r-- | vendor/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/Android.mk b/vendor/Android.mk index 8a54c3d..b514ad9 100644 --- a/vendor/Android.mk +++ b/vendor/Android.mk @@ -8,5 +8,6 @@ LOCAL_CFLAGS += LOCAL_SRC_FILES := cdict/libcdict/libcdict.c cdict/java/jni/juloo_cdict_Cdict.c LOCAL_MODULE := libcdict_java LOCAL_SDK_VERSION := 21 +LOCAL_LDFLAGS += -Wl,-z,max-page-size=16384 include $(BUILD_SHARED_LIBRARY) |
