Skip to content

Commit 9748699

Browse files
authored
Add breadcrumbs to cmake flags (#900)
Fixes flutter/flutter#155942
1 parent fb077af commit 9748699

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build/config/compiler/BUILD.gn

+6
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,12 @@ config("compiler") {
391391
# to say that it does. Define them here instead.
392392
defines += [ "HAVE_SYS_UIO_H" ]
393393

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
394400
ldflags += [
395401
"-Wl,--no-undefined",
396402
"-Wl,--exclude-libs,ALL",

0 commit comments

Comments
 (0)