Skip to content

Commit 8acd1fe

Browse files
dnfieldcommit-bot@chromium.org
authored andcommitted
Update build rules to point to Fuchsia SDK
rather than Flutter's buildroot Change-Id: Ia6b3ac7fcec8d8276875b2adf8fc2cccc95b5dad Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/117770 Reviewed-by: Chinmay Garde <[email protected]> Reviewed-by: Zach Anderson <[email protected]> Commit-Queue: Zach Anderson <[email protected]>
1 parent 39ff937 commit 8acd1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/vm/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ library_for_all_configs("libdart_vm") {
6868
extra_deps = [ "//third_party/icu" ]
6969
if (is_fuchsia) {
7070
if (using_fuchsia_sdk) {
71-
extra_deps += [ "$fuchsia_sdk_root/pkg/lib/sys/cpp" ]
71+
extra_deps += [ "$fuchsia_sdk_root/pkg:sys_cpp" ]
7272
} else {
7373
extra_deps += [
7474
# TODO(US-399): Remove time_service specific code when it is no longer

0 commit comments

Comments
 (0)