summaryrefslogtreecommitdiff
path: root/rust/testing.go
diff options
context:
space:
mode:
author Andrew Walbran <qwandor@google.com> 2024-02-14 10:25:55 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-02-14 10:25:55 +0000
commitac0c87311d6671cf442120ff56e24c40418de441 (patch)
treebfed83606ef7c583a59e35a59928b9386f8be354 /rust/testing.go
parentbe3ea4f149c8688a8b76c4587a4c5f6813d567c1 (diff)
Revert^2 "Integrate Rust-specific System Properties into rules generation."
This reverts commit be3ea4f149c8688a8b76c4587a4c5f6813d567c1. Reason for revert: Reland Change-Id: Ic003c52a1477da9a6a70b82e4d4ae4a55edc584f
Diffstat (limited to 'rust/testing.go')
-rw-r--r--rust/testing.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/testing.go b/rust/testing.go
index 3fe751e17..713a7448c 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,
+ host_supported: true,
recovery_available: true,
llndk: {
symbol_file: "liblog.map.txt",