• Chris Bracken's avatar
    Add caching for kernel compiles during AOT builds (#17439) · 5d8d14b7
    Chris Bracken authored
    We've always cached kernel compiles during bundle builds. This adds
    caching for kernel compiles during AOT builds by moving caching into the
    KernelCompiler.compile() method rather than around each invocation of it.
    
    This also filters buildbot paths included by the kernel compile that are
    not present on the local machine at paths /b/build/slave/Linux_Engine/...
    The kernel compiler should probably include an option to not emit these
    paths in the depfile, since these are used both by Gradle and the
    Fingerprinter class.
    5d8d14b7
Name
Last commit
Last update
..
flutter Loading commit data...
flutter_driver Loading commit data...
flutter_goldens Loading commit data...
flutter_localizations Loading commit data...
flutter_test Loading commit data...
flutter_tools Loading commit data...
fuchsia_remote_debug_protocol Loading commit data...