Workaround to make AlwaysUsePrebuiltSdks() work with platform_bootclasspath am: 59db6d4c5d
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/soong/+/14640318 Change-Id: I14865260aaad92237e33788238cad46aa7508d69
This commit is contained in:
@@ -766,7 +766,7 @@ func generateUpdatableBcpPackagesRule(ctx android.ModuleContext, image *bootImag
|
||||
if len(pp) > 0 {
|
||||
updatablePackages = append(updatablePackages, pp...)
|
||||
} else {
|
||||
ctx.ModuleErrorf("Missing permitted_packages")
|
||||
ctx.OtherModuleErrorf(module, "Missing permitted_packages")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user