Merge "Support rust_toolchain_library for rust-project" am: a85f7bde32
am: 6c8f0b3890
am: 007523fcbd
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1913472 Change-Id: Ib2d024049ac1e5a2db3477697a5f5ea38b341e66
This commit is contained in:
@@ -211,6 +211,8 @@ func isModuleSupported(ctx android.SingletonContext, module android.Module) (*Mo
|
|||||||
comp = c.binaryDecorator.baseCompiler
|
comp = c.binaryDecorator.baseCompiler
|
||||||
case *procMacroDecorator:
|
case *procMacroDecorator:
|
||||||
comp = c.baseCompiler
|
comp = c.baseCompiler
|
||||||
|
case *toolchainLibraryDecorator:
|
||||||
|
comp = c.baseCompiler
|
||||||
default:
|
default:
|
||||||
return nil, nil, false
|
return nil, nil, false
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user