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:
Paul Duffin
2021-05-19 14:47:53 +00:00
committed by Automerger Merge Worker
5 changed files with 176 additions and 5 deletions

View File

@@ -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")
}
}
}