blob: a9c178bf11decca67b0f5a95cb43d1926e0d898d [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.
host_tool("mtd-redundant-storage") {
if (current_os == "linux") {
sources = [
"mtd-rs-tool.cpp",
]
}
deps = [
"$zx/system/ulib/nand-redundant-storage",
"$zx/third_party/ulib/cksum",
]
}