blob: 830610e97d012a61d4e3f95bc91390b4d6f1e4cf [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.
# Do not use this target directly, instead depend on //examples/tennis:tennis_sysmgr_config.
group("tennis_sysmgr_config") {
public_deps = [
"//examples/tennis:tennis_sysmgr_config",
]
}
# Do not use this target directly, instead depend on //examples/tennis:tennis_service.
group("tennis_service") {
public_deps = [
"//examples/tennis:tennis_service",
]
}
# Do not use this target directly, instead depend on //examples/tennis:tennis_viewer.
group("tennis_viewer") {
public_deps = [
"//examples/tennis:tennis_viewer",
]
}