blob: b044490be9d540dd9f396b15fbf3f6e62557e058 [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
# found in the LICENSE file.
import("//src/sys/pkg/sysmgr_config.gni")
group("pkg") {
testonly = true
deps = [
"bin",
"lib",
]
}
group("tests") {
testonly = true
deps = [
"bin:tests",
"lib:tests",
"testing:tests",
"tests",
]
}
# Targets to include in the base package set for the core product.
group("core") {
public_deps = [
":core_config",
"bin/amber",
"bin/amber:pkgfs",
"bin/pkg-cache",
"bin/pkg-resolver",
"bin/pkgctl",
"bin/system-update-checker",
"bin/update:update-bin",
]
}
merge_sysmgr_config("core_config") {
output = "pkg.config"
deps = [
"bin/amber:sysmgr_config",
"bin/pkg-cache:config",
"bin/pkg-resolver:config",
"bin/system-update-checker:config",
]
}