blob: 152d1b340d6675ed0aea527ba4b882cdb9756846 [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.
import("//src/sys/build/components.gni")
group("staticlib") {
testonly = true
public_deps = [ ":crust" ]
}
fuchsia_package_with_single_component("crust") {
manifest = "meta/crust.cmx"
deps = [ "c:bin" ]
}