# Copyright 2020 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. | |
template("weave_applet") { | |
loadable_module(target_name) { | |
forward_variables_from(invoker, "*") | |
deps += [ "//src/connectivity/weave/lib/applets" ] | |
deps += [ "//src/connectivity/weave/adaptation:adaptation.shared" ] | |
} | |
} |