blob: 96961acae2331827bc2e26d82d4e8ed5de43dc63 [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.
group("forensics") {
testonly = true
deps = [
":tests",
"bugreport",
"crash_reports:crash-reports",
"crasher",
"feedback_data:feedback_agent",
"last_reboot:last-reboot",
"//src/developer/exception_broker",
]
}
group("tests") {
testonly = true
deps = [
"bugreport/tests",
"crash_reports/tests",
"feedback_data/tests",
"last_reboot/tests",
"utils/tests",
"//src/developer/exception_broker/tests",
]
}
group("infra_configs") {
deps = [ "crash_reports:upload_to_prod_server_config" ]
}
group("production_configs") {
deps = [ "crash_reports:production_config" ]
}