Merge "rust: Allow rust_bindgen to use cc_defaults."
This commit is contained in:
2
cc/cc.go
2
cc/cc.go
@@ -3166,6 +3166,8 @@ func DefaultsFactory(props ...interface{}) android.Module {
|
||||
<OProperties{},
|
||||
&PgoProperties{},
|
||||
&android.ProtoProperties{},
|
||||
// RustBindgenProperties is included here so that cc_defaults can be used for rust_bindgen modules.
|
||||
&RustBindgenClangProperties{},
|
||||
)
|
||||
|
||||
android.InitDefaultsModule(module)
|
||||
|
Reference in New Issue
Block a user