Loading rust/bindgen.go +1 −0 Original line number Diff line number Diff line Loading @@ -178,6 +178,7 @@ func NewRustBindgen(hod android.HostOrDeviceSupported) (*Module, *bindgenDecorat module.sourceProvider = bindgen module.compiler = library module.setClippy(false) return module, bindgen } Loading rust/rust.go +6 −0 Original line number Diff line number Diff line Loading @@ -1037,6 +1037,12 @@ func (mod *Module) Name() string { return name } func (mod *Module) setClippy(clippy bool) { if mod.clippy != nil { mod.clippy.Properties.Clippy = proptools.BoolPtr(clippy) } } var _ android.HostToolProvider = (*Module)(nil) func (mod *Module) HostToolPath() android.OptionalPath { Loading Loading
rust/bindgen.go +1 −0 Original line number Diff line number Diff line Loading @@ -178,6 +178,7 @@ func NewRustBindgen(hod android.HostOrDeviceSupported) (*Module, *bindgenDecorat module.sourceProvider = bindgen module.compiler = library module.setClippy(false) return module, bindgen } Loading
rust/rust.go +6 −0 Original line number Diff line number Diff line Loading @@ -1037,6 +1037,12 @@ func (mod *Module) Name() string { return name } func (mod *Module) setClippy(clippy bool) { if mod.clippy != nil { mod.clippy.Properties.Clippy = proptools.BoolPtr(clippy) } } var _ android.HostToolProvider = (*Module)(nil) func (mod *Module) HostToolPath() android.OptionalPath { Loading