Closed
Description
Android 15 has the support to require dylib elf sections to be 16kb aligned.
We should probably have a default flag for this in package:native_toolchain_c
so that packages using flutter create --template package_ffi
will work out of the box for Android 15 devices with 16kb memory pages.
Context: