Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7ae5a5b8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 521eb20d 0391ca4e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1077,8 +1077,8 @@ func (j *Module) AddJSONData(d *map[string]interface{}) {

}

func (module *Module) addGeneratedSrcJars(path android.Path) {
	module.properties.Generated_srcjars = append(module.properties.Generated_srcjars, path)
func (j *Module) addGeneratedSrcJars(path android.Path) {
	j.properties.Generated_srcjars = append(j.properties.Generated_srcjars, path)
}

func (j *Module) compile(ctx android.ModuleContext, extraSrcJars, extraClasspathJars, extraCombinedJars android.Paths) {