blob: d6d3eb9cbca43a40bd5fd2449a8a03e7f289056c [file] [log] [blame]
# 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.
import("//build/toolchain/variant_shared_library_redirect.gni")
variant_shared_library_redirect("lowpan_driver_common") {
library = "lowpan_driver_common"
}
variant_shared_library_redirect("spinel_pack") {
library = "spinel_pack"
}
group("lib") {
deps = [
":lowpan_driver_common",
":spinel_pack",
]
}
group("tests") {
testonly = true
deps = [
"lowpan_driver_common:tests",
"spinel_pack:tests",
]
}