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
This commit is contained in:
Ivan Lozano
2021-03-22 14:29:47 -04:00
parent 3a7d000d12
commit 699e218324
2 changed files with 75 additions and 39 deletions

View File

@@ -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",