blob: 341afcf2f26bbdb78d5be85e56049904383160e0 [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.
import("//build/unification/images/migrated_manifest.gni")
executable("nand-loader") {
configs += [ "//build/unification/config:zircon-migrated" ]
sources = [ "main.cc" ]
deps = [
"//zircon/public/lib/fbl",
"//zircon/public/lib/fdio",
"//zircon/public/lib/fzl",
"//zircon/public/lib/zx",
"//zircon/system/fidl/fuchsia-hardware-nand:c",
"//zircon/system/ulib/ramdevice-client",
]
}
migrated_manifest("nand-loader-manifest") {
deps = [ ":nand-loader" ]
}