| # 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") { | |
| configs += [ "//build/unification/config:zircon-migrated" ] | |
| sources = [ "main.c" ] | |
| deps = [ | |
| "//sdk/fidl/fuchsia.hardware.skipblock:fuchsia.hardware.skipblock_c", | |
| "//sdk/lib/fdio", | |
| ] | |
| } |