How to build Flutter Engine into Static Library from source code

57 Views Asked by At

Flutter Engine is now build into Dynamic Library though ninja, what if I want to build into Static Library??? How to modify the BUILD.gn file???

My build commnd is:

flutter/tools/gn --ios --runtime-mode release
ninja -C out/ios_release -t clean
ninja -C out/ios_release -j 8
0

There are 0 best solutions below