summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--genrule/genrule.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/genrule/genrule.go b/genrule/genrule.go
index 4dd21351a..7dbe6fa8d 100644
--- a/genrule/genrule.go
+++ b/genrule/genrule.go
@@ -290,7 +290,7 @@ func (g *Module) GenerateAndroidBuildActions(ctx android.ModuleContext) {
if _, exists := locationLabels[label]; !exists {
locationLabels[label] = loc
} else {
- ctx.ModuleErrorf("multiple labels for %q, %q and %q",
+ ctx.ModuleErrorf("multiple locations for label %q: %q and %q (do you have duplicate srcs entries?)",
label, locationLabels[label], loc)
}
}