Merge "Propagated srcs from cc_defaults to cc_prebuilt_library_shared." into sc-dev am: ffc9ae993a

Original change: https://googleplex-android-review.googlesource.com/c/platform/build/soong/+/15084348

Change-Id: I9f9e775062e086fa36d6b441e12c2de25f51bea1
This commit is contained in:
TreeHugger Robot 2021-06-24 00:33:47 +00:00 committed by Automerger Merge Worker
commit f38428bf58
1 changed files with 1 additions and 0 deletions

View File

@ -3355,6 +3355,7 @@ func DefaultsFactory(props ...interface{}) android.Module {
&android.ProtoProperties{},
// RustBindgenProperties is included here so that cc_defaults can be used for rust_bindgen modules.
&RustBindgenClangProperties{},
&prebuiltLinkerProperties{},
)
// Bazel module must be initialized _before_ Defaults to be included in cc_defaults module.