diff options
author | 2022-08-01 21:59:00 +0000 | |
---|---|---|
committer | 2022-08-01 21:59:00 +0000 | |
commit | b983c8971bc02c15897c198bca15284579a378ae (patch) | |
tree | 0b330978cd449c2016af287eae06736cf76737e6 /rust/protobuf.go | |
parent | 53a452d1ff172fba9060f2997fec006a70e44c8d (diff) |
Revert "rust: Only allow bindgen to produce `rlib`s."
This reverts commit 53a452d1ff172fba9060f2997fec006a70e44c8d.
Reason for revert: Broken build
Change-Id: I4c1c6f2166c3729ef1916ad7c21e32599c5e692f
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 } |