Merge "Use protobuf-codegen default and add mod_stem.rs"

This commit is contained in:
Chih-hung Hsieh
2020-10-15 05:46:18 +00:00
committed by Gerrit Code Review
5 changed files with 19 additions and 12 deletions

View File

@@ -684,7 +684,7 @@ func (mod *Module) GenerateAndroidBuildActions(actx android.ModuleContext) {
} else {
sourceMod := actx.GetDirectDepWithTag(mod.Name(), sourceDepTag)
sourceLib := sourceMod.(*Module).compiler.(*libraryDecorator)
mod.sourceProvider.setOutputFile(sourceLib.sourceProvider.Srcs()[0])
mod.sourceProvider.setOutputFiles(sourceLib.sourceProvider.Srcs())
}
}