diff options
| author | Patrick | 2026-05-07 20:16:23 +0200 |
|---|---|---|
| committer | Patrick | 2026-05-07 20:16:23 +0200 |
| commit | b866f59e400973c2f7ba0e97517fdddeb3efbb33 (patch) | |
| tree | 20c702893298303445e4513de78a9fd83ca5bf94 /vendor/Android.mk | |
| parent | 5cfb4e328e4985f9ea7c145a76938f48e9df6fef (diff) | |
| parent | b807f217a06d3312e05a25c23342f41d339e76c6 (diff) | |
| download | unexpected-keyboard-b866f59e400973c2f7ba0e97517fdddeb3efbb33.tar.gz unexpected-keyboard-b866f59e400973c2f7ba0e97517fdddeb3efbb33.zip | |
Merge branch 'master' into skintones
Diffstat (limited to 'vendor/Android.mk')
| -rw-r--r-- | vendor/Android.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/Android.mk b/vendor/Android.mk index b514ad9..4974cea 100644 --- a/vendor/Android.mk +++ b/vendor/Android.mk @@ -8,6 +8,10 @@ LOCAL_CFLAGS += LOCAL_SRC_FILES := cdict/libcdict/libcdict.c cdict/java/jni/juloo_cdict_Cdict.c LOCAL_MODULE := libcdict_java LOCAL_SDK_VERSION := 21 + +# Android requires 16K pages LOCAL_LDFLAGS += -Wl,-z,max-page-size=16384 +# Disable build id to ensure reproducibility, needed for F-Droid +LOCAL_LDFLAGS += -Wl,--build-id=none include $(BUILD_SHARED_LIBRARY) |
