blob: b51fd2e077672c41272dec1fa0515b84a31d5dd8 [file] [log] [blame] [edit]
# 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" ]
}
}