summaryrefslogtreecommitdiff
path: root/rust/bindgen.go
diff options
context:
space:
mode:
Diffstat (limited to 'rust/bindgen.go')
-rw-r--r--rust/bindgen.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/bindgen.go b/rust/bindgen.go
index 304f8ec38..b926e0894 100644
--- a/rust/bindgen.go
+++ b/rust/bindgen.go
@@ -177,6 +177,7 @@ func NewRustBindgen(hod android.HostOrDeviceSupported) (*Module, *bindgenDecorat
module.sourceProvider = bindgen
module.compiler = library
+ module.setClippy(false)
return module, bindgen
}