Merge "Add OutputFile to cc.Module"
This commit is contained in:
4
cc/cc.go
4
cc/cc.go
@@ -366,6 +366,10 @@ type Module struct {
|
|||||||
staticVariant *Module
|
staticVariant *Module
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (c *Module) OutputFile() android.OptionalPath {
|
||||||
|
return c.outputFile
|
||||||
|
}
|
||||||
|
|
||||||
func (c *Module) Init() android.Module {
|
func (c *Module) Init() android.Module {
|
||||||
c.AddProperties(&c.Properties, &c.VendorProperties)
|
c.AddProperties(&c.Properties, &c.VendorProperties)
|
||||||
if c.compiler != nil {
|
if c.compiler != nil {
|
||||||
|
Reference in New Issue
Block a user