Merge "rust: Add dylib variants for bindgen modules." into main
This commit is contained in:
@@ -364,7 +364,7 @@ func NewRustBindgen(hod android.HostOrDeviceSupported) (*Module, *bindgenDecorat
|
|||||||
ClangProperties: cc.RustBindgenClangProperties{},
|
ClangProperties: cc.RustBindgenClangProperties{},
|
||||||
}
|
}
|
||||||
|
|
||||||
module := NewSourceProviderModule(hod, bindgen, false, true)
|
module := NewSourceProviderModule(hod, bindgen, false, false)
|
||||||
|
|
||||||
android.AddLoadHook(module, func(ctx android.LoadHookContext) {
|
android.AddLoadHook(module, func(ctx android.LoadHookContext) {
|
||||||
type stub_props struct {
|
type stub_props struct {
|
||||||
|
Reference in New Issue
Block a user