Skip to content

Commit

Permalink
themis-android: add support for devices that are configured to use a …
Browse files Browse the repository at this point in the history
…page size of 16 KB (#1051)

Co-authored-by: Lukasz Mozgowoj <[email protected]>
Co-authored-by: Oleksii Radetskyi <[email protected]>
  • Loading branch information
3 people committed Aug 16, 2024
1 parent e84a7d2 commit 11e4ba6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

Changes that are currently in development and have not been released yet.

### Android wrapper
- Add support for Android devices that are configured to use a page size of 16 KB (Android 15+)

## [0.15.4](https://github.com/cossacklabs/themis/releases/tag/0.15.4), May 23 2024

Expand Down
1 change: 1 addition & 0 deletions jni/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,4 @@ target_include_directories(themis_jni
../third_party/boringssl/src/include
)
target_link_libraries(themis_jni PRIVATE themis soter crypto decrepit)
target_link_options(themis_jni PRIVATE "-Wl,-z,max-page-size=16384")

0 comments on commit 11e4ba6

Please sign in to comment.