diff options
author | 2023-01-24 16:36:02 -0800 | |
---|---|---|
committer | 2023-01-24 16:39:52 -0800 | |
commit | 993db7a7cca8818b867d8c1eb1508aaaaf441293 (patch) | |
tree | 0b75e4907fbdbd0563afa92527d774e5cb8393e3 /rust/testing.go | |
parent | 6cf5e0d9cb89b909b5087d4057e6f09e4d093f85 (diff) |
rust: Enable Rust modules in Product
The prohibition on Rust dylibs outside system still stands, but rlibs,
rust_ffi_static, and binaries will all work fine.
Test: m nothing (new soong tests added by this commit)
Test: Created sample product_specific rust_binary, checked out/ location
Bug: 165791368
Change-Id: I6453274064bb24b2019f38e57fc0d09b7c0fcf30
Diffstat (limited to 'rust/testing.go')
-rw-r--r-- | rust/testing.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/testing.go b/rust/testing.go index 4796f691a..24ca3d627 100644 --- a/rust/testing.go +++ b/rust/testing.go @@ -104,6 +104,7 @@ func GatherRequiredDepsForTest() string { crate_name: "std", srcs: ["foo.rs"], no_stdlibs: true, + product_available: true, host_supported: true, vendor_available: true, vendor_ramdisk_available: true, |