• Jason Simmons's avatar
    Strip debug symbols from ELF library snapshots (#34250) · 89d887f3
    Jason Simmons authored
    AOT compiled code is now packaged as an ELF library for Android targets.
    By default gen_snapshot's output contains debug symbols.  The symbols could
    be stripped as a separate step, but that requires NDK tools that the user
    may not have available.
    
    This change passes a gen_snapshot flag that omits the symbols, and it filters
    out a warning printed when that flag is used.
    89d887f3
Name
Last commit
Last update
..
flutter Loading commit data...
flutter_driver Loading commit data...
flutter_goldens Loading commit data...
flutter_goldens_client 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...
analysis_options.yaml Loading commit data...