Skip to content

Commit

Permalink
Make crash-ndk and httpsupgrade native libs 16KB compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
aitorvs committed Dec 20, 2024
1 parent 229458f commit d130f2d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion anrs/anrs-impl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ target_link_libraries(

# Links the target library to the log library
# included in the NDK.
${log-lib} )
${log-lib} )

target_link_options(
crash-ndk
PRIVATE "-Wl,-z,max-page-size=16384")
6 changes: 5 additions & 1 deletion httpsupgrade/httpsupgrade-impl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,8 @@ find_library( # Sets the name of the path variable.

# Specifies the name of the NDK library that
# you want CMake to locate.
log)
log)

target_link_options(
https-bloom-lib
PRIVATE "-Wl,-z,max-page-size=16384")

0 comments on commit d130f2d

Please sign in to comment.