blob: 4f11d79703539c4c914903a3a851e9c9e5ff1723 [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("run-vc") {
configs += [ "//build/unification/config:zircon-migrated" ]
sources = [ "main.c" ]
deps = [
"//sdk/fidl/fuchsia.virtualconsole:fuchsia.virtualconsole_c",
"//sdk/lib/fdio",
"//zircon/system/ulib/zircon-internal",
]
}