diff options
author | 2022-08-10 20:25:50 +0000 | |
---|---|---|
committer | 2022-08-10 20:25:50 +0000 | |
commit | e94f3e73ddaa44e8b6f5badf8c06a144d2c7bad6 (patch) | |
tree | 56c025bc93ec205ca8f4041069faf622bd0f02d7 /rust/protobuf.go | |
parent | 199c18850233f3d07f65c7be3bfa70878cc6c345 (diff) |
Revert^4 "rust: Only allow bindgen to produce `rlib`s."
199c18850233f3d07f65c7be3bfa70878cc6c345
Change-Id: I28b353fa89354cc572806b2274169342a473a03c
Diffstat (limited to 'rust/protobuf.go')
-rw-r--r-- | rust/protobuf.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/protobuf.go b/rust/protobuf.go index 9fe27c4c9..88e80fe35 100644 --- a/rust/protobuf.go +++ b/rust/protobuf.go @@ -238,7 +238,7 @@ func NewRustProtobuf(hod android.HostOrDeviceSupported) (*Module, *protobufDecor Properties: ProtobufProperties{}, } - module := NewSourceProviderModule(hod, protobuf, false) + module := NewSourceProviderModule(hod, protobuf, false, false) return module, protobuf } |