Merge "Add Rust support to Soong." am: c6de2d9482
am: eb18951d4d
am: b0af5e354c
am: 8feb87c335
am: fcf07852ac
Change-Id: I4a24c649c973f2d3cfa88cf7899ab98de116864c
This commit is contained in:
8
cc/cc.go
8
cc/cc.go
@@ -392,6 +392,14 @@ func IsTestPerSrcDepTag(depTag blueprint.DependencyTag) bool {
|
||||
return ok && ccDepTag == testPerSrcDepTag
|
||||
}
|
||||
|
||||
func SharedDepTag() dependencyTag {
|
||||
return sharedDepTag
|
||||
}
|
||||
|
||||
func StaticDepTag() dependencyTag {
|
||||
return staticDepTag
|
||||
}
|
||||
|
||||
// Module contains the properties and members used by all C/C++ module types, and implements
|
||||
// the blueprint.Module interface. It delegates to compiler, linker, and installer interfaces
|
||||
// to construct the output file. Behavior can be customized with a Customizer interface
|
||||
|
Reference in New Issue
Block a user