diff options
Diffstat (limited to 'rust/testing.go')
-rw-r--r-- | rust/testing.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rust/testing.go b/rust/testing.go index ca766a122..963a4eaf7 100644 --- a/rust/testing.go +++ b/rust/testing.go @@ -78,6 +78,7 @@ func GatherRequiredDepsForTest() string { nocrt: true, system_shared_libs: [], apex_available: ["//apex_available:platform", "//apex_available:anyapex"], + min_sdk_version: "29", } cc_library { name: "libprotobuf-cpp-full", @@ -96,6 +97,7 @@ func GatherRequiredDepsForTest() string { native_coverage: false, sysroot: true, apex_available: ["//apex_available:platform", "//apex_available:anyapex"], + min_sdk_version: "29", } rust_library { name: "libtest", @@ -107,6 +109,7 @@ func GatherRequiredDepsForTest() string { native_coverage: false, sysroot: true, apex_available: ["//apex_available:platform", "//apex_available:anyapex"], + min_sdk_version: "29", } rust_library { name: "libprotobuf", |