summaryrefslogtreecommitdiff
path: root/rust/testing.go
diff options
context:
space:
mode:
author Andrew Walbran <qwandor@google.com> 2024-02-05 10:50:59 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-02-05 10:50:59 +0000
commit4b8e361b4cee3de4ae8bfed14cb750af499bfa67 (patch)
treeb994f1a598605851a4f31a964e03f61c6fc2a0b0 /rust/testing.go
parente5ed34746e5556eb6e0fd6c39d990e17dd0b49b2 (diff)
parent65374edd0e25e76b38933c76c95cf03069955ef2 (diff)
Merge "Integrate Rust-specific System Properties into rules generation." into main
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 0b34c9732..d9cacdc27 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",