blob: bc1b972dfefd5c8f0b9d3fd0c192e01c7ce7cb93 [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.
library("port") {
sources = [
"port.c",
]
configs += [ "$zx/public/gn/config:visibility_hidden" ]
deps = [
"$zx/system/ulib/fdio",
"$zx/system/ulib/zircon",
]
}