Unverified Commit a4cc799d authored by Zachary Anderson's avatar Zachary Anderson Committed by GitHub

[flutter_tool] Update Fuchsia SDK (#44457)

parent 3d65c21a
D8enYN3iuNwoVopdN3AGZGP3jaQdpNmRhttt4QN0H_MC Q6_R2OCNQCMapubmp-FOQX9HqurmQ2PJJ27jtfNvfxMC
ss3Iq17fKbCAs1fEKrxHAgpk2bR8UE_3BogsacTYhggC MK0e1h0y1KwC1QBEXoYy7pqXT3WMUKnEvZP97o6i6IAC
...@@ -37,7 +37,7 @@ class FuchsiaKernelCompiler { ...@@ -37,7 +37,7 @@ class FuchsiaKernelCompiler {
final String manifestPath = fs.path.join(outDir, '$appName.dilpmanifest'); final String manifestPath = fs.path.join(outDir, '$appName.dilpmanifest');
final String kernelCompiler = artifacts.getArtifactPath( final String kernelCompiler = artifacts.getArtifactPath(
Artifact.fuchsiaKernelCompiler, 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, mode: buildInfo.mode,
); );
if (!fs.isFileSync(kernelCompiler)) { if (!fs.isFileSync(kernelCompiler)) {
...@@ -45,7 +45,7 @@ class FuchsiaKernelCompiler { ...@@ -45,7 +45,7 @@ class FuchsiaKernelCompiler {
} }
final String platformDill = artifacts.getArtifactPath( final String platformDill = artifacts.getArtifactPath(
Artifact.platformKernelDill, 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, mode: buildInfo.mode,
); );
if (!fs.isFileSync(platformDill)) { if (!fs.isFileSync(platformDill)) {
......
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