Merge "rust: Allow rust_bindgen to use cc_defaults."

This commit is contained in:
Ivan Lozano
2020-10-03 00:22:49 +00:00
committed by Gerrit Code Review
5 changed files with 72 additions and 46 deletions

View File

@@ -387,6 +387,7 @@ func DefaultsFactory(props ...interface{}) android.Module {
module.AddProperties(props...)
module.AddProperties(
&BaseProperties{},
&BindgenProperties{},
&BaseCompilerProperties{},
&BinaryCompilerProperties{},
&LibraryCompilerProperties{},
@@ -395,6 +396,7 @@ func DefaultsFactory(props ...interface{}) android.Module {
&SourceProviderProperties{},
&TestProperties{},
&cc.CoverageProperties{},
&cc.RustBindgenClangProperties{},
&ClippyProperties{},
)