blob: 92e0d224cc617fdeb28f19549aab9965ac90cf12 [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.
executable("iotime") {
sources = [
"iotime.c",
]
deps = [
"$zx/system/ulib/block-client",
"$zx/system/ulib/fdio",
"$zx/system/ulib/fs-management",
"$zx/system/ulib/sync",
"$zx/system/ulib/zircon",
]
}