mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 15:10:49 +00:00
Revert "Support Google Play 16 KB Page Size Requirement (#13470)"
This reverts commit e321995244.
If you need to support the Google Play 16 kiB page size requirement, the recommendation is to use NDK r28c or newer, which automatically aligns binaries correctly.
This commit is contained in:
parent
9f1cc301a7
commit
cc7a73e727
3 changed files with 0 additions and 8 deletions
|
|
@ -40,7 +40,6 @@ macro(add_sdl_test_executable TARGET)
|
|||
list(APPEND SDLTEST_TARGETS ${TARGET})
|
||||
if(ANDROID)
|
||||
add_library(${TARGET} SHARED ${AST_UNPARSED_ARGUMENTS})
|
||||
set_property(TARGET ${TARGET} APPEND_STRING PROPERTY LINK_FLAGS " -Wl,-z,max-page-size=16384 -Wl,-z,common-page-size=16384")
|
||||
else()
|
||||
add_executable(${TARGET} ${AST_UNPARSED_ARGUMENTS})
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue