Merge "Add proto property struct"
am: 28f9094ee7
Change-Id: Ifeff48c97c5c9013e8bf27c5dd342bce2a422130
This commit is contained in:
commit
04972fa4bc
|
@ -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) {}
|
||||
|
|
Loading…
Reference in New Issue