Merge "Add OutputFile to cc.Module"

This commit is contained in:
Treehugger Robot
2018-09-17 20:03:09 +00:00
committed by Gerrit Code Review

View File

@@ -366,6 +366,10 @@ type Module struct {
staticVariant *Module
}
func (c *Module) OutputFile() android.OptionalPath {
return c.outputFile
}
func (c *Module) Init() android.Module {
c.AddProperties(&c.Properties, &c.VendorProperties)
if c.compiler != nil {