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

This is now derived automatically from the target platform by
gen_snapshot.
This commit is contained in:
Chris Bracken 2018-05-01 09:55:23 -07:00 committed by GitHub
parent 1680e55c02
commit 23adf0085b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -344,7 +344,6 @@ class Snapshotter {
}
if (platform == TargetPlatform.android_arm) {
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.
]);
}