Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 07a88f9f authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Merge "Fix dist-for-goals with no targets"

am: b4b876f6

Change-Id: Ic686785176b33203972438252aa7b9de5d1edce6
parents 92d1847f b4b876f6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -34,7 +34,8 @@ _all_dist_src_dst_pairs :=
#       to under the dist directory.  Subdirs are ok, and will be created
#       at copy time if necessary.
define dist-for-goals
$(eval _all_dist_goals += $$(1)) \
$(if $(strip $(2)), \
  $(eval _all_dist_goals += $$(1))) \
$(foreach file,$(2), \
  $(eval src := $(call word-colon,1,$(file))) \
  $(eval dst := $(call word-colon,2,$(file))) \