mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[flutter_tool] Update Fuchsia SDK (#44457)
This commit is contained in:
parent
3d65c21a97
commit
a4cc799d15
@ -1 +1 @@
|
||||
D8enYN3iuNwoVopdN3AGZGP3jaQdpNmRhttt4QN0H_MC
|
||||
Q6_R2OCNQCMapubmp-FOQX9HqurmQ2PJJ27jtfNvfxMC
|
||||
|
||||
@ -1 +1 @@
|
||||
ss3Iq17fKbCAs1fEKrxHAgpk2bR8UE_3BogsacTYhggC
|
||||
MK0e1h0y1KwC1QBEXoYy7pqXT3WMUKnEvZP97o6i6IAC
|
||||
|
||||
@ -37,7 +37,7 @@ class FuchsiaKernelCompiler {
|
||||
final String manifestPath = fs.path.join(outDir, '$appName.dilpmanifest');
|
||||
final String kernelCompiler = artifacts.getArtifactPath(
|
||||
Artifact.fuchsiaKernelCompiler,
|
||||
platform: TargetPlatform.fuchsia_x64, // This file is not arch-specific.
|
||||
platform: TargetPlatform.fuchsia_arm64, // This file is not arch-specific.
|
||||
mode: buildInfo.mode,
|
||||
);
|
||||
if (!fs.isFileSync(kernelCompiler)) {
|
||||
@ -45,7 +45,7 @@ class FuchsiaKernelCompiler {
|
||||
}
|
||||
final String platformDill = artifacts.getArtifactPath(
|
||||
Artifact.platformKernelDill,
|
||||
platform: TargetPlatform.fuchsia_x64, // This file is not arch-specific.
|
||||
platform: TargetPlatform.fuchsia_arm64, // This file is not arch-specific.
|
||||
mode: buildInfo.mode,
|
||||
);
|
||||
if (!fs.isFileSync(platformDill)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user