blob: b3e3d9b14f316e426f6851f2226928f95f404994 [file] [log] [blame]
# Copyright 2022 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.
group("bin") {
deps = [ "bridge" ]
}
group("tests") {
testonly = true
deps = [ "bridge:tests" ]
}