blob: 8bb0b0ff5ab5bc19aab325de876e77d9643f8aff [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("//build/package.gni")
package("crust") {
meta = [
{
path = rebase_path("meta/crust.cmx")
dest = "crust.cmx"
},
]
deps = [ "c:bin" ]
binary = "crust"
}