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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user