Commit graph

14 commits

Author SHA1 Message Date
Asiel Díaz Benítez
b2c11ceb4a
Apply suggestions from code review
Co-authored-by: bjoern <r10s@b44t.com>
2024-06-12 14:59:37 +02:00
adbenitez
fee58e6eac fix building 2024-06-12 02:17:10 +02:00
Hocuri
f4c39273a5
Make ndk-make.sh debug builds (for just one arch) more usable (#2173)
Debug builds of the core (like `ndk-make.sh arm64-v8a`) take about a minute, while
a release bulid (`ndk-make.sh`) takes about 15 minutes.

But as most people seem not to use debug builds regularly because
they are tricky to use, here comes an improvement :) If you gave the wrong argument to `ndk-make.sh`, a warning dialog will now pop up inside the app, telling you what you did wrong and what you should do instead.

`ndk-make.sh` writes its argument into the file `ndkArch`.
`getNdkArch()` in `build.gradle` then reads this file and its content is assigned to
`BuildConfig.NDK_ARCH`. `checkNdkArchitecture()` then checks this.
2021-12-18 15:57:50 +01:00
B. Petersen
456576405f
add a script to upload apk+symbols to get.delta.chat 2020-06-24 01:21:17 +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
dignifiedquire
54e41c23c3
setup basic deltachat-core-rust 2019-06-08 17:42:12 +02:00
B. Petersen
19da5cde8a
comment 2019-02-12 13:52:28 +01:00
B. Petersen
0529c85033
add option to add a static certificate to the tools directory, ignore keyfiles, tackles #444 2019-01-22 02:36:29 +01:00
Angelo Fuchs
7b6af2557d
ignored git swap files. 2018-11-22 10:59:46 +01:00
Angelo Fuchs
4739b8c165 in case ndk-build is done from gradle, this folder needs to be ignored. 2018-11-13 14:38:28 +01:00
B. Petersen
bbf2e9b496 remove .so from repository, tackles #6 2018-08-17 16:18:01 +02:00
B. Petersen
80c9968a64 ignore private scripts only 2018-08-17 15:13:46 +02:00
B. Petersen
b1a00a03d2 Initial commit 🌱 2018-08-14 17:20:46 +02:00