Propagated srcs from cc_defaults to cc_prebuilt_library_shared.

Bug: 191185522
Test: verified on local P21 devices.
Change-Id: I3bab7144213934f6832000793ee6cbc49abd3beb
This commit is contained in:
Yu-Chi Cheng 2021-06-23 15:56:39 -07:00
parent b1cba21529
commit 24b2b0fd0c
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.