diff options
author | 2024-02-15 12:45:47 +0000 | |
---|---|---|
committer | 2024-02-15 12:45:47 +0000 | |
commit | a0f0bdbced0cefb71a13b75a3e4149ab95696f72 (patch) | |
tree | d6262744a5c73a548610b5dc2bd0930cca21e1f3 /rust/testing.go | |
parent | e38e2c00715a7343b288925a3dda9a10420c1000 (diff) | |
parent | 2766baa922343f12529d5f780cffc6ea831cbf83 (diff) |
Merge "Revert^3 "Integrate Rust-specific System Properties into rules generation."" into main
Diffstat (limited to 'rust/testing.go')
-rw-r--r-- | rust/testing.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rust/testing.go b/rust/testing.go index d9cacdc27..0b34c9732 100644 --- a/rust/testing.go +++ b/rust/testing.go @@ -75,7 +75,6 @@ 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", |