Home
last modified time | relevance | path

Searched refs:bindgen (Results 1 – 8 of 8) sorted by relevance

/aosp12/build/soong/rust/
H A Dbindgen.go49 bindgen = pctx.AndroidStaticRule("bindgen", var
213 Rule: bindgen,
250 bindgen := &bindgenDecorator{
256 module := NewSourceProviderModule(hod, bindgen, false)
258 return module, bindgen
H A DAndroid.bp19 "bindgen.go",
H A Dandroidmk.go171 func (bindgen *bindgenDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEntries) {
172 ctx.SubAndroidMk(ret, bindgen.BaseSourceProvider)
H A Drust.go1225 if bindgen, ok := mod.sourceProvider.(*bindgenDecorator); ok &&
1226 bindgen.Properties.Custom_bindgen != "" {
1228 bindgen.Properties.Custom_bindgen)
/aosp12/system/bt/gd/rust/topshim/
H A DCargo.toml38 # TODO(abps) - Decide whether we want to use bindgen
40 # bindgen = "0.51"
46 # Build is only necessary if using bindgen
/aosp12/system/bt/gd/rust/packets/
H A DCargo.toml25 bindgen = "*"
/aosp12/packages/modules/Virtualization/authfs/
H A DAndroid.bp33 // TODO(b/172687320): remove once there is a canonical bindgen.
/aosp12/system/bt/gd/rust/shim/
H A DCargo.toml31 bindgen = "0.51"