Merge "Add .PHONY for dist-for-goals targets" am: 8432238aa0
am: dbeb6b2eb7
am: 4733a58a28
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1889717 Change-Id: Ib63670f59320187fddddc609fbde75ba66a68bed
This commit is contained in:
@@ -422,6 +422,7 @@ func (s *makeVarsSingleton) writeLate(phonies []phony, dists []dist) []byte {
|
||||
fmt.Fprintln(buf)
|
||||
|
||||
for _, dist := range dists {
|
||||
fmt.Fprintf(buf, ".PHONY: %s\n", strings.Join(dist.goals, " "))
|
||||
fmt.Fprintf(buf, "$(call dist-for-goals,%s,%s)\n",
|
||||
strings.Join(dist.goals, " "), strings.Join(dist.paths, " "))
|
||||
}
|
||||
|
Reference in New Issue
Block a user