Commit Graph

11 Commits

Author SHA1 Message Date
adbenitez d83dbcdf4b update APP_PLATFORM to android-21 2024-08-25 14:39:50 +02:00
link2xt 38a716a63b Reduce libnative-utils.so size 2023-06-27 13:55:15 +00:00
Hocuri b6c49f67f5 You won't believe how this makes the compilation 4x faster!
Sorry for the click-bait title, but it fitted too well ;-)

Anyway, I added the possibility to ndk-make.sh to compile only for one
arch.

In my tests, if I also set the optimisation level to 0 (default is 3),
the compilation time went down from 3:30 to 1:20. Not sure if this is
worth it because I remember a comment stating that this makes generating
keys take forever. Maybe I should do some measurements and experiment
with levels 1 and 2 but that's for another PR.

What do you think?
2020-06-16 20:50:11 +02:00
B. Petersen 90425f7710 lower sdk to 16 2020-01-27 09:39:13 +01:00
B. Petersen 546a5dfbb3 support sdk20-18 (android4.4-4.3, kitkat and partly jelly bean) 2019-11-14 20:52:36 +01:00
B. Petersen 638a8e5205 adapt to ndk r20b 2019-11-14 20:47:26 +01:00
B. Petersen 70fc1b8078 reorder Application.mk, build.gradle 2019-10-11 17:28:32 +02:00
B. Petersen 2d8db42ded add x86_64 target 2019-10-02 21:50:16 +02:00
B. Petersen a728ef8200 add script to build dcc-rs for arm64-v8a, armeabi-v7a, x86; remove armeabi 2019-06-08 17:42:13 +02:00
B. Petersen 02ea677a3c speed up encryption by disable debug, tackles https://github.com/deltachat/deltachat-core/issues/376 2018-10-10 23:13:02 +02:00
B. Petersen b1a00a03d2 Initial commit 🌱 2018-08-14 17:20:46 +02:00