Merge "Propagated srcs from cc_defaults to cc_prebuilt_library_shared." into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ffc9ae993a
1
cc/cc.go
1
cc/cc.go
@@ -3355,6 +3355,7 @@ func DefaultsFactory(props ...interface{}) android.Module {
|
|||||||
&android.ProtoProperties{},
|
&android.ProtoProperties{},
|
||||||
// RustBindgenProperties is included here so that cc_defaults can be used for rust_bindgen modules.
|
// RustBindgenProperties is included here so that cc_defaults can be used for rust_bindgen modules.
|
||||||
&RustBindgenClangProperties{},
|
&RustBindgenClangProperties{},
|
||||||
|
&prebuiltLinkerProperties{},
|
||||||
)
|
)
|
||||||
|
|
||||||
// Bazel module must be initialized _before_ Defaults to be included in cc_defaults module.
|
// Bazel module must be initialized _before_ Defaults to be included in cc_defaults module.
|
||||||
|
Reference in New Issue
Block a user