blob: 9f88cb7d42f8851d31f93fae1851baf077ba3b22 [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.
# Add this tag to deps of non_production GN labels (packages/configs).
# This dependency is disallowed in Assembly Input Bundles (AIBs) for _user images.
group("non_production_tag") {
}
# This is added to all config_data targets so that targets can assert_no_deps
# that any transitive dependency includes config_data.
group("config_data_tag") {
}
# This is added to all fuchsia_shell_package targets so that targets can
# assert_no_deps that any transitive dependency includes a shell package.
group("shell_command_tag") {
visibility = []
}