blob: 6c9d73095f8803efa50b94f45f182cf1814140c1 [file] [log] [blame]
# Copyright 2019 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.
group("core") {
deps = [
# TODO(bwb): depend on these from GN when build systems are unified. These are
# data dependencies of devcoordinator
"$zx/system/core/devmgr/fragment",
"$zx/system/core/svchost",
]
}