Index: runtime/bin/BUILD.gn |
diff --git a/runtime/bin/BUILD.gn b/runtime/bin/BUILD.gn |
index 099686eae4e87a5d1dc8a7021855ffeafec811dc..5e70c67f3decc91ff9a194e84a38ea62eb6f02e4 100644 |
--- a/runtime/bin/BUILD.gn |
+++ b/runtime/bin/BUILD.gn |
@@ -487,6 +487,7 @@ if (defined(is_fuchsia) && is_fuchsia) { |
"../vm:libdart_platform", |
"..:libdart", |
":dart_snapshot_cc", |
+ "../../pkg:pkg", # Pull this out to top-level for a real SDK build. |
"//third_party/zlib", |
] |