diff options
author | Ivan Lozano <ivanlozano@google.com> | 2021-04-02 12:41:32 -0400 |
---|---|---|
committer | Ivan Lozano <ivanlozano@google.com> | 2021-04-13 13:17:12 -0400 |
commit | c08897c1e442be2e0f6db99ca310c9dc7c2e3194 (patch) | |
tree | bd693eb07a3e34c5306a86bcb9f6b7e92af3c67f /rust/testing.go | |
parent | 699e218324982be07c431dfa9e1a59e482dc8511 (diff) |
Add more Rust vendor image support.
This adds Rust vendor image support for all module types except
Rust prebuilts.
Bug: 184042776
Test: New Soong tests.
Test: Example cc_library vendor module can depend on rust_ffi_shared.
Test: Example rust_library vendor-only module compiles.
Change-Id: Iaa30ad51fdaedcbf14687da5472581f6af62ff59
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 09c627f70..f41d5a142 100644 --- a/rust/testing.go +++ b/rust/testing.go @@ -127,6 +127,7 @@ func GatherRequiredDepsForTest() string { system_shared_libs: [], apex_available: ["//apex_available:platform", "//apex_available:anyapex"], min_sdk_version: "29", + vendor_available: true, } cc_library { name: "libprotobuf-cpp-full", |