blob: 8c2e8c4016850625db3f713b5dd80bfddccf9d36 [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.
source_set("port") {
configs += [ "//build/unification/config:zircon-migrated" ]
testonly = true
sources = [ "ports.cc" ]
deps = [
"//sdk/lib/fdio",
"//zircon/public/lib/fbl",
"//zircon/public/lib/zxtest",
]
}