Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ffc9ae99 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents e57ca4cc 24b2b0fd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.