summaryrefslogtreecommitdiff
path: root/rust/rust.go
diff options
context:
space:
mode:
author Vinh Tran <vinhdaitran@google.com> 2023-08-24 12:10:49 -0400
committer Vinh Tran <vinhdaitran@google.com> 2023-08-25 17:51:54 -0400
commitc1a6ceefd3ffe370cc54750cd17327b140ca5dc1 (patch)
tree85e41e2a6f4d63570e88e4e7bea21ce73640dec7 /rust/rust.go
parentb4bb20f583baa63aefb231871c6e707f9e60a786 (diff)
Allowlist all aconfig deps modulo libprotobuf and libaconfig_protos
Test: b build //external/rust/crates:all Bug: 295903972 Change-Id: Ieb29516722155ef8921e454eaa1ea51fad99ec08
Diffstat (limited to 'rust/rust.go')
-rw-r--r--rust/rust.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/rust/rust.go b/rust/rust.go
index 545d78f04..121d9b441 100644
--- a/rust/rust.go
+++ b/rust/rust.go
@@ -1856,9 +1856,7 @@ func (m *Module) ConvertWithBp2build(ctx android.TopDownMutatorContext) {
}
// This is a workaround by assuming the conventions that rust crate repos are structured
-//
-// while waiting for the sandboxing work to complete.
-//
+// while waiting for the sandboxing work to complete.
// TODO(b/297344471): When crate_root prop is set which enforces inputs sandboxing,
// always use `srcs` and `compile_data` props to generate `srcs` and `compile_data` attributes
// instead of using globs.