diff options
Diffstat (limited to 'rust/testing.go')
-rw-r--r-- | rust/testing.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rust/testing.go b/rust/testing.go index a33d948db..0a6a870d8 100644 --- a/rust/testing.go +++ b/rust/testing.go @@ -127,6 +127,12 @@ func GatherRequiredDepsForTest() string { min_sdk_version: "29", } rust_library { + name: "libprotobuf", + crate_name: "protobuf", + srcs: ["foo.rs"], + host_supported: true, + } + rust_library { name: "libprotobuf_deprecated", crate_name: "protobuf", srcs: ["foo.rs"], |