Support rust_toolchain_library for rust-project
Bug: 209678277 Test: SOONG_GEN_RUST_PROJECT=1 m nothing; check that libstd is included Change-Id: Ic197e00bc4695aa6dcd46b8c704a82a2e5e90460
This commit is contained in:
parent
ff4a061e76
commit
566eb80d3c
1 changed files with 2 additions and 0 deletions
|
@ -211,6 +211,8 @@ func isModuleSupported(ctx android.SingletonContext, module android.Module) (*Mo
|
|||
comp = c.binaryDecorator.baseCompiler
|
||||
case *procMacroDecorator:
|
||||
comp = c.baseCompiler
|
||||
case *toolchainLibraryDecorator:
|
||||
comp = c.baseCompiler
|
||||
default:
|
||||
return nil, nil, false
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue