Skip to content

Commit 7a18d3c

Browse files
dcharkesCommit Queue
authored and
Commit Queue
committed
[test/ffi] @Native assets test AOT with --strip
This more closely resembles --release compilation in Flutter on Linux and Android. TEST=tests/ffi/native_assets/asset_absolute_test.dart Bug: #49803 Change-Id: I51ea100966393cd25b11a44dc2c40ce43552ae87 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/283184 Commit-Queue: Daco Harkes <[email protected]> Reviewed-by: Tess Strickland <[email protected]>
1 parent c11d12b commit 7a18d3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ffi/native_assets/helpers.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ Future<void> runGenSnapshot({
165165
arguments: [
166166
'--snapshot-kind=app-aot-elf',
167167
'--elf=${outputUri.toFilePath()}',
168+
'--strip',
168169
dillUri.toFilePath(),
169170
],
170171
);

0 commit comments

Comments
 (0)