blob: c5b1b67b3dd3b9eda2c49b153714f13b06026613 [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") {
# bootsvc is the first real user process, and it launches everything else.
# So it's the only "core" direct dependency and it has data_deps for the
# other binaries it launches.
deps = [
"bootsvc",
# TODO(teisenbe): Find a better place to hook this into the dependency graph
"console",
]
}