We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb077af commit 9748699Copy full SHA for 9748699
build/config/compiler/BUILD.gn
@@ -391,6 +391,12 @@ config("compiler") {
391
# to say that it does. Define them here instead.
392
defines += [ "HAVE_SYS_UIO_H" ]
393
394
+ # When Android requires new flags consider also editing the flags in
395
+ # the following locations.
396
+ # Framework plugin_ffi template: packages/flutter_tools/templates/plugin_ffi/src.tmpl/CMakeLists.txt.tmpl
397
+ # Example PR: https://github.com/flutter/flutter/pull/155508
398
+ # Dart Lang JNI package: pkgs/jni/src/CMakeLists.txt
399
+ # Example PR: https://github.com/dart-lang/native/pull/1615
400
ldflags += [
401
"-Wl,--no-undefined",
402
"-Wl,--exclude-libs,ALL",
0 commit comments