Reland "Change location of emsdk" (#836)
This is needed for the reland of moving the emsdk here: https://github.com/flutter/engine/pull/51353
diff --git a/build/toolchain/wasm.gni b/build/toolchain/wasm.gni
index 24947ef..5fbb321 100644
--- a/build/toolchain/wasm.gni
+++ b/build/toolchain/wasm.gni
@@ -10,7 +10,7 @@
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