commit | 3d46dc569ad45ff2da00d5f47adceccbcaecc048 | [log] [tgz] |
---|---|---|
author | Ivan Lozano <ivanlozano@google.com> | Fri Aug 09 12:39:23 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Aug 09 12:39:23 2024 +0000 |
tree | 60726617b7cbda453d69706ed2bd5387e72d9143 | |
parent | f826c99ec229fe1b89896a52f4e2d6f09ad269ec [diff] | |
parent | d8f64ec810b8ff39ab929a1ecdb4a4a81c22ffed [diff] |
Merge "rust: Add dylib variants for bindgen modules." into main
diff --git a/rust/bindgen.go b/rust/bindgen.go index d412ea1..a81024a 100644 --- a/rust/bindgen.go +++ b/rust/bindgen.go
@@ -364,7 +364,7 @@ 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 {