summaryrefslogtreecommitdiff
path: root/rust/testing.go
diff options
context:
space:
mode:
author Ivan Lozano <ivanlozano@google.com> 2021-11-09 16:23:40 -0500
committer Ivan Lozano <ivanlozano@google.com> 2021-11-15 17:11:20 -0500
commitc2ca1ee83db947430af149b9524ce9268f264723 (patch)
tree5ef4aba00ad5680f5cf9f8f34aab45cf6b00119e /rust/testing.go
parentcd3af1e52c3560a6d63b1fe9c79b8fd11514b026 (diff)
rust: Add Recovery Snapshot Soong tests for rust.
Bug: 197866992 Test: m nothing Change-Id: I4b5401cf2ffa0dbcc6fea60f90bad4c47a9d5e6b
Diffstat (limited to 'rust/testing.go')
-rw-r--r--rust/testing.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/rust/testing.go b/rust/testing.go
index 94cdd9dcd..e7fb9fa2b 100644
--- a/rust/testing.go
+++ b/rust/testing.go
@@ -135,6 +135,7 @@ func GatherRequiredDepsForTest() string {
apex_available: ["//apex_available:platform", "//apex_available:anyapex"],
min_sdk_version: "29",
vendor_available: true,
+ recovery_available: true,
llndk: {
symbol_file: "liblog.map.txt",
},
@@ -161,6 +162,7 @@ func GatherRequiredDepsForTest() string {
host_supported: true,
vendor_available: true,
vendor_ramdisk_available: true,
+ recovery_available: true,
native_coverage: false,
sysroot: true,
apex_available: ["//apex_available:platform", "//apex_available:anyapex"],
@@ -173,6 +175,7 @@ func GatherRequiredDepsForTest() string {
host_supported: true,
vendor_available: true,
vendor_ramdisk_available: true,
+ recovery_available: true,
native_coverage: false,
apex_available: ["//apex_available:platform", "//apex_available:anyapex"],
min_sdk_version: "29",