• Chris Bracken's avatar
    Replace --prefer-shared-library with --build-shared-library (#17394) · 8b8d368d
    Chris Bracken authored
    This replaces the --prefer-shared-library flag, which falls back to
    regular (non-shared-lib) compile if the NDK is not found, with the
    --build-shared-library flag, which exits with an error message if the
    NDK is not found.
    
    This simplifies the set of allowed code paths through AOT compile,
    resulting in better testability and easier-to-follow logic. It also
    results in more predictable behaviour for continuous integration and
    other scenarios.
    8b8d368d
Name
Last commit
Last update
.github/ISSUE_TEMPLATE Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.cirrus.yml Loading commit data...
.coveralls.yml Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
analysis_options_repo.yaml Loading commit data...
appveyor.yml Loading commit data...
flutter_console.bat Loading commit data...