Merge "Add proto property struct" am: 28f9094ee7
am: 04972fa4bc
Change-Id: Ie98d53877845624864b2d35cfefe41e8f610dd46
This commit is contained in:
commit
8af5d92639
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue