diff options
author | 2024-02-15 13:39:46 +0000 | |
---|---|---|
committer | 2024-02-21 11:53:18 +0000 | |
commit | a5deb7307d035422e53cfe7cda8169b572031839 (patch) | |
tree | fc79aaea404fd0119409a3e2d34f0e6408311a1b /rust/testing.go | |
parent | fb7566456c95812a6274f753560550a7825beb36 (diff) |
Revert^4 "Integrate Rust-specific System Properties into rules generation."
This reverts commit 2766baa922343f12529d5f780cffc6ea831cbf83.
Reason for revert: Relanding after fix in I3b190ebc1a1096972d0a1273e490972e04684dd2
Change-Id: Ie34301c506d3469ec3306f433631b0842b66d032
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 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", |