| # Copyright 2023 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 |
| |
| # Leave this line at the top of this file. It will pull in various useful defaults |
| # Any changes after this line will take precedence |
| try-import %workspace%/third_party/fuchsia-infra-bazel-rules/config/common_config.bazelrc |
| build --copt=-ffunction-sections |
| build --copt=-fdata-sections |
| build --workspace_status_command=scripts/build_status.sh |
| |
| # Set the release repository for assembly artifacts to "pcf8563". |
| # This is necessary so MOS knows where a given assembly artifact came from. |
| common --@rules_fuchsia//fuchsia/flags:fuchsia_release_repository="pcf8563" |