Add a Make variable that overrides configured jar locations. am: 4d90da29a8
am: a701f676d9
am: 47ee73173c
am: b905734713
am: d93f271a59
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2655304 Change-Id: I1938b5d076d11f1287cb465ca2bf6d7bcd19de8c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -386,7 +386,7 @@ func (image bootImageConfig) moduleName(ctx android.PathContext, idx int) string
|
||||
m := image.modules.Jar(idx)
|
||||
name := image.stem
|
||||
if idx != 0 || image.extends != nil {
|
||||
name += "-" + android.ModuleStem(m)
|
||||
name += "-" + android.ModuleStem(ctx.Config(), image.modules.Apex(idx), m)
|
||||
}
|
||||
return name
|
||||
}
|
||||
|
Reference in New Issue
Block a user