blob: d07b43cb128635e2f6e015d02177d59e9dc8e8ee [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("dd") {
sources = [ "main.c" ]
deps = [
"//sdk/fidl/fuchsia.hardware.skipblock:fuchsia.hardware.skipblock_c",
"//sdk/lib/fdio",
]
# TODO(fxbug.dev/95833): This target uses the deprecated C bindings.
# Consider switching to the C++ bindings. See linked bug for details.
configs += [ "//build/c:fidl-deprecated-c-bindings" ]
}