Merge "Add proto property struct" am: 28f9094ee7

am: 04972fa4bc

Change-Id: Ie98d53877845624864b2d35cfefe41e8f610dd46
This commit is contained in:
Colin Cross 2016-11-04 01:11:00 +00:00 committed by android-build-merger
commit 8af5d92639

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