mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Newer NDKs switched to clang which by default uses system linker, instead we need to force it to use appropriate toolchain linker by passing -fuse-ld= command line flag. Fixes #23458