Skip to content

Commit 7af65b1

Browse files
committed
Remove flag -DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON
1 parent b69d806 commit 7af65b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-ci/sdks/android/scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,9 +462,9 @@ for arch in $archs; do
462462
--llvm-ninja-targets-for-cross-compile-hosts=help \
463463
--libdispatch-cmake-options=-DCMAKE_SHARED_LINKER_FLAGS= \
464464
--foundation-cmake-options=-DCMAKE_SHARED_LINKER_FLAGS= \
465-
--extra-cmake-options='-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON' \
466465
--cross-compile-append-host-target-to-destdir=False
467466

467+
468468
# --extra-cmake-options='-DCMAKE_EXTRA_LINK_FLAGS="-Wl,-z,max-page-size=16384"'
469469
# need to remove symlink that gets created in the NDK to the previous arch's build
470470
# or else we get errors like:

0 commit comments

Comments
 (0)