blob: 913c5b8504a5477b6bef1931504478591986659b [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") {
sources = [ "port.c" ]
deps = [
"//zircon/public/lib/fdio",
"//zircon/public/lib/zx",
]
}