ctx.errorf(v,"inherit-product/include statements must not be prefixed with a variable, or must include a #RBC# include_top comment beforehand giving a root directory to search.")
return
}
ifpathPattern[0]==""&&len(ctx.includeTops)>0{
// If pattern starts from the top. restrict it to the directories where
// we know inherit-product uses dynamically calculated path.
rblf.mk2rbc_error("product.mk:11", "inherit-product/include statements must not be prefixed with a variable, or must include a #RBC# include_top comment beforehand giving a root directory to search.")
gctx.writef("%s.mkwarning(%q, %q)",baseName,i.location,"Including a path with a non-constant prefix, please convert this to a simple literal to generate cleaner starlark.")