[flutter_tool] Update Fuchsia SDK (#44457)

This commit is contained in:
Zachary Anderson 2019-11-14 09:11:26 -08:00 committed by GitHub
parent 3d65c21a97
commit a4cc799d15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
D8enYN3iuNwoVopdN3AGZGP3jaQdpNmRhttt4QN0H_MC
Q6_R2OCNQCMapubmp-FOQX9HqurmQ2PJJ27jtfNvfxMC

View File

@ -1 +1 @@
ss3Iq17fKbCAs1fEKrxHAgpk2bR8UE_3BogsacTYhggC
MK0e1h0y1KwC1QBEXoYy7pqXT3WMUKnEvZP97o6i6IAC

View File

@ -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)) {