Merge "Add proto property struct"

am: 28f9094ee7

Change-Id: Ifeff48c97c5c9013e8bf27c5dd342bce2a422130
This commit is contained in:
Colin Cross 2016-11-04 01:07:30 +00:00 committed by android-build-merger
commit 04972fa4bc
1 changed files with 1 additions and 1 deletions

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) {}