summaryrefslogtreecommitdiff
path: root/rust/testing.go
diff options
context:
space:
mode:
author Ivan Lozano <ivanlozano@google.com> 2021-11-16 13:47:18 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2021-11-16 13:47:18 +0000
commitaed0adfee97ca5d1ab088e2ea0a8a6c65bdb7369 (patch)
treef456f40f52d86c12fd6d4213a0a40ac807d6ad1c /rust/testing.go
parentb993a835c3cb5925d0c58b6c069f0742794d63a1 (diff)
parentc2ca1ee83db947430af149b9524ce9268f264723 (diff)
Merge "rust: Add Recovery Snapshot Soong tests for rust."
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 9f8ed54d9..1b34dfe8e 100644
--- a/rust/testing.go
+++ b/rust/testing.go
@@ -75,6 +75,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",
},
@@ -106,6 +107,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"],
@@ -118,6 +120,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",