Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7764d commit 34fdc44Copy full SHA for 34fdc44
packages/flutter_tools/lib/src/commands/build_aot.dart
@@ -233,6 +233,7 @@ Future<String> _buildAotSnapshot(
233
'--instructions_blob=$instructionsBlob',
234
'--embedder_entry_points_manifest=$vmEntryPointsAndroid',
235
'--no-sim-use-hardfp',
236
+ '--no-use-integer-division', // Not supported by the Pixel in 32-bit mode.
237
]);
238
break;
239
case TargetPlatform.ios:
0 commit comments