diff options
author | 2022-08-02 16:57:30 +0000 | |
---|---|---|
committer | 2022-08-02 16:57:30 +0000 | |
commit | 9cc801ab7af27684c190645f6fd0f9db8f798e15 (patch) | |
tree | 56c025bc93ec205ca8f4041069faf622bd0f02d7 /rust/protobuf.go | |
parent | b983c8971bc02c15897c198bca15284579a378ae (diff) |
Revert^2 "rust: Only allow bindgen to produce `rlib`s."
b983c8971bc02c15897c198bca15284579a378ae
Change-Id: Ic82433885f7932be8cfe65433330527214807684
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 } |