Skip to content

Commit 2bea7e0

Browse files
committed
Add -DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON to build --extra-cmake-options
1 parent 5c68b61 commit 2bea7e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ for arch in $archs; do
460460
--swift-testing --install-swift-testing \
461461
--cross-compile-build-swift-tools=0 \
462462
--llvm-ninja-targets-for-cross-compile-hosts=help \
463+
--extra-cmake-options='-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON' \
463464
--cross-compile-append-host-target-to-destdir=False
464465
# --extra-cmake-options='-DCMAKE_EXTRA_LINK_FLAGS="-Wl,-z,max-page-size=16384"'
465466
# need to remove symlink that gets created in the NDK to the previous arch's build

0 commit comments

Comments
 (0)