diff options
author | Ivan Lozano <ivanlozano@google.com> | 2021-03-22 14:29:47 -0400 |
---|---|---|
committer | Ivan Lozano <ivanlozano@google.com> | 2021-04-13 13:15:21 -0400 |
commit | 699e218324982be07c431dfa9e1a59e482dc8511 (patch) | |
tree | e0f6a955719cdda236ce22aaf1eaa82456a5c38b /rust/testing.go | |
parent | 3a7d000d129b9e14cd471f157bf2fcc23621b7ec (diff) |
rust: Use new common image mutator interface.
Refactor rust to use and implement the new common image mutator
interface to handle future image mutations.
Bug: 184042776
Test: m nothing
Change-Id: If6a85e2b8c6a1969d62264eaea6c6b53cae9c039
Diffstat (limited to 'rust/testing.go')
-rw-r--r-- | rust/testing.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rust/testing.go b/rust/testing.go index 75adcfce9..09c627f70 100644 --- a/rust/testing.go +++ b/rust/testing.go @@ -150,7 +150,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 +163,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", |