Merge "Use same symbol for all receiver functions" into main

This commit is contained in:
Treehugger Robot
2023-09-20 20:34:36 +00:00
committed by Gerrit Code Review

View File

@@ -1077,8 +1077,8 @@ func (j *Module) AddJSONData(d *map[string]interface{}) {
} }
func (module *Module) addGeneratedSrcJars(path android.Path) { func (j *Module) addGeneratedSrcJars(path android.Path) {
module.properties.Generated_srcjars = append(module.properties.Generated_srcjars, path) j.properties.Generated_srcjars = append(j.properties.Generated_srcjars, path)
} }
func (j *Module) compile(ctx android.ModuleContext, extraSrcJars, extraClasspathJars, extraCombinedJars android.Paths) { func (j *Module) compile(ctx android.ModuleContext, extraSrcJars, extraClasspathJars, extraCombinedJars android.Paths) {