blob: 35954b037e8a9f7bc6b801003e55ffca8d167447 [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.
# pkgfs.gni provides a single place to tell //build/images where to find the
# pkgsvr binary. This file primarily exists to aid in transitions where pkgsvr
# source or packages are moved/changed.
# The label that will produce a package containing bin/pkgsvr, the pkgfs binary.
pkgfs_package_label = "//src/sys/pkg/bin/amber:pkgfs"
# The name of the binary withing the pkgfs package that hosts pkgfs (pkgsvr).
pkgfs_binary_name = "pkgsvr"