Merge "Add OutputFile to cc.Module"
am: cc2746d1f2
Change-Id: I1c8c59dd6ea327cdaa9b6aca3db9008ef6690200
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