Unverified Commit 23adf008 authored by Chris Bracken's avatar Chris Bracken Committed by GitHub

Eliminate hardcoding of no-sim-use-hardfp (#17147)

This is now derived automatically from the target platform by
gen_snapshot.
parent 1680e55c
...@@ -344,7 +344,6 @@ class Snapshotter { ...@@ -344,7 +344,6 @@ class Snapshotter {
} }
if (platform == TargetPlatform.android_arm) { if (platform == TargetPlatform.android_arm) {
genSnapshotArgs.addAll(<String>[ genSnapshotArgs.addAll(<String>[
'--no-sim-use-hardfp', // Android uses the softfloat ABI.
'--no-use-integer-division', // Not supported by the Pixel in 32-bit mode. '--no-use-integer-division', // Not supported by the Pixel in 32-bit mode.
]); ]);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment