blob: a80ba4cface936a63fe105b703a0548c3766746a [file] [log] [blame]
# Copyright 2017 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("c") {
sources = [
"netconfig.h",
]
public_deps = [
"//zircon/public/lib/fdio",
]
public_configs = [ "//garnet/public:config" ]
}