diff options
author | 2023-07-28 13:42:01 +0000 | |
---|---|---|
committer | 2023-09-11 21:16:53 +0000 | |
commit | 65374edd0e25e76b38933c76c95cf03069955ef2 (patch) | |
tree | bfed83606ef7c583a59e35a59928b9386f8be354 /rust/testing.go | |
parent | d15dcb715801b4130672a7b2a3a8363ab15f50b6 (diff) |
Integrate Rust-specific System Properties into rules generation.
Bug: 270547306
Test: Build rust-specific System Properties rules to check the
generated code.
Change-Id: I3d102f96f3b676cde576d270c5090c1707ec1dd7
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", |