blob: 0a09c8cd1d63a34cb2a25a4721c7f69de945ebf3 [file] [log] [blame]
# Copyright 2018 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# This default target is empty because there are multiple flavors of SDKs and
# there is no "default" one. The empty target is still needed so that all the
# other targets in this file are attached to the build graph.
group("sdk") {
}
# The fuchsia_dart SDK has moved to //sdk:fuchsia_dart
group("fuchsia_dart") {
deps = [ "//sdk:fuchsia_dart" ]
}