Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions score/mw/log/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# *******************************************************************************

Check failure on line 1 in score/mw/log/BUILD

View workflow job for this annotation

GitHub Actions / Restricted file changes

score/mw/log/BUILD is in a restricted path
# Copyright (c) 2025 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
Expand Down Expand Up @@ -499,3 +499,11 @@
source_dir = "docs",
visibility = ["//visibility:public"],
)

# Exposed (without a nested BUILD file, to avoid excluding it from the docs
# bundle's own glob(source_dir="docs") above) for cross-repo consumption by
# score_logging.
exports_files(
["docs/safety_analysis/aou_requirements.rst"],
visibility = ["//visibility:public"],
)
Loading