Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This follows suggestions from the Android documentation to build the SQLite bindings as a 16KB-aligned ELF.
NDK 28 would build compatible libraries by default, but I assume many users are on the current LTS version 27. Setting this flag should hopefully result in 16KB-aligned binaries for most users then.
There are hacks to make this work with NDK 26 and older, but the main recommendation seems to be upgrading instead, so that's what we can recommend to users as well.