Loading cc/cc.go +1 −0 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
cc/cc.go +1 −0 Original line number Diff line number Diff line Loading @@ -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. Loading