diff options
author | 2024-02-05 14:02:56 +0000 | |
---|---|---|
committer | 2024-02-05 14:02:56 +0000 | |
commit | be3ea4f149c8688a8b76c4587a4c5f6813d567c1 (patch) | |
tree | 456ba16930e69e22a511f050833cbefa91a0afd6 /rust/testing.go | |
parent | 65374edd0e25e76b38933c76c95cf03069955ef2 (diff) |
Revert "Integrate Rust-specific System Properties into rules generation."
This reverts commit 65374edd0e25e76b38933c76c95cf03069955ef2.
Reason for revert: b/323833345
Change-Id: Ia722b68923617b4abfe3fd96b54b3fe108e9de74
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 713a7448c..3fe751e17 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", |