Files
build_soong/rust/config
Sam Delmerico a588d153c8 support sandboxed rust rules
This commit adds support for compiling rust rules inside the sbox
sandbox. To compile a rust module with sandboxing enabled, the entry
point to the crate must be specified via the `crate_root` property, and
all input sources and compile-time data must be specified via the `srcs`
and `compile_data` properties.

Bug: 286077158
Change-Id: I8c9dc5cf7578037a583b4be2e2f73cf20ffd4408
2023-09-15 22:46:56 +00:00
..
2022-10-03 08:43:13 -07:00
2020-09-09 21:57:10 +09:00
2021-01-25 11:11:10 -05:00
2023-09-15 22:46:56 +00:00