diff options
author | 2022-08-02 23:26:16 +0000 | |
---|---|---|
committer | 2022-08-02 23:26:16 +0000 | |
commit | 199c18850233f3d07f65c7be3bfa70878cc6c345 (patch) | |
tree | 0b330978cd449c2016af287eae06736cf76737e6 /rust/protobuf.go | |
parent | 9cc801ab7af27684c190645f6fd0f9db8f798e15 (diff) |
Revert^3 "rust: Only allow bindgen to produce `rlib`s."
9cc801ab7af27684c190645f6fd0f9db8f798e15
Change-Id: Ib59840b51b316c0ad03bc66565814dd96be0b072
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 88e80fe35..9fe27c4c9 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, false) + module := NewSourceProviderModule(hod, protobuf, false) return module, protobuf } |