Merge "Workaround to make AlwaysUsePrebuiltSdks() work with platform_bootclasspath"

This commit is contained in:
Paul Duffin
2021-05-20 06:58:34 +00:00
committed by Gerrit Code Review
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")
}
}
}