blob: afadac26378dc62094ef794ff70919efe7094264 [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/config.gni")
config_data("config") {
for_pkg = "sysmgr"
sources = [ "netstack.config" ]
}
config_data("dns") {
for_pkg = "sysmgr"
sources = [ "netstack_dns.config" ]
}