From 65374edd0e25e76b38933c76c95cf03069955ef2 Mon Sep 17 00:00:00 2001 From: Dzmitry Shmatkou Date: Fri, 28 Jul 2023 13:42:01 +0000 Subject: 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 --- rust/testing.go | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/testing.go') 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", -- cgit v1.2.3-59-g8ed1b