Merge "Add proto property struct"

This commit is contained in:
Treehugger Robot 2016-11-04 01:02:26 +00:00 committed by Gerrit Code Review
commit 28f9094ee7

View file

@ -115,7 +115,7 @@ func (compiler *baseCompiler) appendAsflags(flags []string) {
}
func (compiler *baseCompiler) compilerProps() []interface{} {
return []interface{}{&compiler.Properties}
return []interface{}{&compiler.Properties, &compiler.Proto}
}
func (compiler *baseCompiler) compilerInit(ctx BaseModuleContext) {}