Commit b8eb4ea
authored
fix: remove Netlink error variant for Android (#17)
This fixes compilation of Delta Chat
in debug mode
for Android 5 (API level 21) using NDK 27.
Without this change symbols like
`process_vm_writev` which are not
actually used are pulled in
and break linking step.
They are only optimized out
in release mode.
See <chatmail/core#6687>
for details.1 parent 5bc90c9 commit b8eb4ea
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
0 commit comments