Rename BootImageModule to BootclasspathFragmentModule am: 7771eba88e
am: 687425b0af
am: 30b9c47cb7
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1685589 Change-Id: I1898516696beb6049ee1467832455dc1bfdab6f2
This commit is contained in:
@@ -1695,7 +1695,7 @@ func (a *apexBundle) GenerateAndroidBuildActions(ctx android.ModuleContext) {
|
||||
}
|
||||
case bcpfTag:
|
||||
{
|
||||
if _, ok := child.(*java.BootImageModule); !ok {
|
||||
if _, ok := child.(*java.BootclasspathFragmentModule); !ok {
|
||||
ctx.PropertyErrorf("bootclasspath_fragments", "%q is not a boot_image module", depName)
|
||||
return false
|
||||
}
|
||||
|
Reference in New Issue
Block a user