Merge "rust: Add dylib variants for bindgen modules." into main

This commit is contained in:
Ivan Lozano
2024-08-09 12:39:23 +00:00
committed by Gerrit Code Review

View File

@@ -364,7 +364,7 @@ func NewRustBindgen(hod android.HostOrDeviceSupported) (*Module, *bindgenDecorat
ClangProperties: cc.RustBindgenClangProperties{},
}
module := NewSourceProviderModule(hod, bindgen, false, true)
module := NewSourceProviderModule(hod, bindgen, false, false)
android.AddLoadHook(module, func(ctx android.LoadHookContext) {
type stub_props struct {