Merge "Use same symbol for all receiver functions" into main am: 7ae5a5b8cb
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2756985 Change-Id: I75bf73d10820621dac581358255f9d0295510d50 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user