Files
flutter/packages/flutter_tools/test/base
Jason Simmons 89d887f331 Strip debug symbols from ELF library snapshots (#34250)
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.
2019-06-11 13:34:24 -07:00
..
2018-09-12 08:29:29 +02:00
2018-09-12 08:29:29 +02:00