diff options
author | Ivan Lozano <ivanlozano@google.com> | 2021-04-14 19:02:49 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-04-14 19:02:49 +0000 |
commit | d466b4a1f5ab2b1553bb3b6ed849e006713d9f31 (patch) | |
tree | 7b86cc8b71d47b03e1fce90bb179bb16dbbb0a4b /rust/testing.go | |
parent | e8dfbdfb59ba807b809c368c604b684157747b46 (diff) | |
parent | c08897c1e442be2e0f6db99ca310c9dc7c2e3194 (diff) |
Merge changes from topic "rust_vendor_support"
* changes:
Add more Rust vendor image support.
rust: Use new common image mutator interface.
Diffstat (limited to 'rust/testing.go')
-rw-r--r-- | rust/testing.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rust/testing.go b/rust/testing.go index 1e01cc0c5..2dda9c144 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", @@ -150,7 +151,7 @@ func GatherRequiredDepsForTest() string { host_supported: true, vendor_available: true, vendor_ramdisk_available: true, - native_coverage: false, + native_coverage: false, sysroot: true, apex_available: ["//apex_available:platform", "//apex_available:anyapex"], min_sdk_version: "29", @@ -163,7 +164,7 @@ func GatherRequiredDepsForTest() string { host_supported: true, vendor_available: true, vendor_ramdisk_available: true, - native_coverage: false, + native_coverage: false, sysroot: true, apex_available: ["//apex_available:platform", "//apex_available:anyapex"], min_sdk_version: "29", |