From 199c18850233f3d07f65c7be3bfa70878cc6c345 Mon Sep 17 00:00:00 2001 From: Matthew Maurer Date: Tue, 2 Aug 2022 23:26:16 +0000 Subject: Revert^3 "rust: Only allow bindgen to produce `rlib`s." 9cc801ab7af27684c190645f6fd0f9db8f798e15 Change-Id: Ib59840b51b316c0ad03bc66565814dd96be0b072 --- rust/protobuf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/protobuf.go') 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 } -- cgit v1.2.3-59-g8ed1b