mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Update a TODO with issue number (#17494)
Further digging revealed that the reason --no-sim-use-hardfp was required to be specified explicitly was that Android engine gen_snapshot binaries are built on Windows with target_os=win.
This commit is contained in:
parent
e8d99d12c4
commit
f685568d90
@ -224,7 +224,7 @@ class AOTSnapshotter {
|
||||
if (platform == TargetPlatform.android_arm || iosArch == IOSArch.armv7) {
|
||||
// Use softfp for Android armv7 devices.
|
||||
// Note that this is the default for armv7 iOS builds, but harmless to set.
|
||||
// TODO(cbracken) use TargetPlatform-specific gen_snapshot for Android so that this is defaulted.
|
||||
// TODO(cbracken) eliminate this when we fix https://github.com/flutter/flutter/issues/17489
|
||||
genSnapshotArgs.add('--no-sim-use-hardfp');
|
||||
|
||||
// Not supported by the Pixel in 32-bit mode.
|
||||
|
Loading…
Reference in New Issue
Block a user