mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
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:
parent
1680e55c02
commit
23adf0085b
@ -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.
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user