From a22a4ea15e0b9cbba9200014f90fcea16ecb896a Mon Sep 17 00:00:00 2001 From: Jackson Gardner Date: Tue, 12 Mar 2024 10:20:50 -0700 Subject: [PATCH] Reland "Change location of emsdk" (#836) This is needed for the reland of moving the emsdk here: https://github.com/flutter/engine/pull/51353 --- build/toolchain/wasm.gni | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/toolchain/wasm.gni b/build/toolchain/wasm.gni index 24947ef1d3..5fbb321e59 100644 --- a/build/toolchain/wasm.gni +++ b/build/toolchain/wasm.gni @@ -10,7 +10,7 @@ import("//build/toolchain/goma.gni") declare_args() { # The location of an activated embedded emsdk. - emsdk_dir = rebase_path("//buildtools/emsdk") + emsdk_dir = rebase_path("//flutter/prebuilts/emsdk") wasm_use_pthreads = false wasm_use_dwarf = false