forked from firka/flutter
AOT Android: Don't use integer division instructions. (#6714)
This commit is contained in:
@@ -233,6 +233,7 @@ Future<String> _buildAotSnapshot(
|
||||
'--instructions_blob=$instructionsBlob',
|
||||
'--embedder_entry_points_manifest=$vmEntryPointsAndroid',
|
||||
'--no-sim-use-hardfp',
|
||||
'--no-use-integer-division', // Not supported by the Pixel in 32-bit mode.
|
||||
]);
|
||||
break;
|
||||
case TargetPlatform.ios:
|
||||
|
||||
Reference in New Issue
Block a user