blob: 32f8691e2a08a6c7163e96d9e850ce974a2e3ed1 [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") {
configs += [ "//build/unification/config:zircon-migrated" ]
sources = [ "main.c" ]
deps = [
"//sdk/fidl/fuchsia.hardware.skipblock:fuchsia.hardware.skipblock_c",
"//sdk/fidl/fuchsia.io:fuchsia.io_c",
"//sdk/lib/fdio",
]
# TODO(fxbug.dev/58162): delete the below and fix compiler warnings
configs += [ "//build/config:Wno-conversion" ]
}