diff options
author | 2024-02-14 10:25:55 +0000 | |
---|---|---|
committer | 2024-02-14 10:25:55 +0000 | |
commit | ac0c87311d6671cf442120ff56e24c40418de441 (patch) | |
tree | bfed83606ef7c583a59e35a59928b9386f8be354 /rust/testing.go | |
parent | be3ea4f149c8688a8b76c4587a4c5f6813d567c1 (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.go | 1 |
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", |