blob: ed69065974099f777f5be5abe1f83213f46538ce [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.
import("//build/unification/images/migrated_manifest.gni")
executable("serial-test") {
configs += [ "//build/unification/config:zircon-migrated" ]
sources = [ "serial-test.cc" ]
deps = [
"//sdk/fidl/fuchsia.hardware.serial:fuchsia.hardware.serial_llcpp",
"//zircon/public/lib/fdio",
]
}
migrated_manifest("serial-test-manifest") {
deps = [ ":serial-test" ]
}