mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Revert "Update --local-engine to account for changed host architecture of 32-bit Android debug builds. (#11251)" (#11259)
This reverts commit 3f514fcfdf573c86378ae30c38bbfd21ec15b9f1.
This commit is contained in:
parent
16ae29b56d
commit
fce76bcfd6
@ -1 +1 @@
|
||||
7480e32854606e554ae37f8bd241c050bdc565c4
|
||||
f56da86f9807a7d4c924cdb5a28d77baad0537b1
|
||||
|
||||
@ -212,7 +212,7 @@ class LocalEngineArtifacts extends Artifacts {
|
||||
|
||||
String _genSnapshotPath(TargetPlatform platform, BuildMode mode) {
|
||||
String clang;
|
||||
if (platform == TargetPlatform.ios) {
|
||||
if (platform == TargetPlatform.ios || mode == BuildMode.debug) {
|
||||
clang = 'clang_x64';
|
||||
} else {
|
||||
clang = getCurrentHostPlatform() == HostPlatform.darwin_x64 ? 'clang_i386' : 'clang_x86';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user