Commit 34fdc44b authored by Ryan Macnak's avatar Ryan Macnak Committed by GitHub

AOT Android: Don't use integer division instructions. (#6714)

parent 9b7764d4
......@@ -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:
......
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