Merge "Add OutputFile to cc.Module"

am: cc2746d1f2

Change-Id: I1c8c59dd6ea327cdaa9b6aca3db9008ef6690200
This commit is contained in:
Jiyong Park
2018-09-17 13:22:03 -07:00
committed by android-build-merger

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 {