Merge "Build System: Collect native dependent information from cc.go."

This commit is contained in:
Treehugger Robot
2019-03-04 06:01:10 +00:00
committed by Gerrit Code Review

View File

@@ -1911,6 +1911,10 @@ func (c *Module) imageVariation() string {
return variation
}
func (c *Module) IDEInfo(dpInfo *android.IdeInfo) {
dpInfo.Srcs = append(dpInfo.Srcs, c.Srcs().Strings()...)
}
//
// Defaults
//