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

Commit f1e24864 authored by Jeff Gaston's avatar Jeff Gaston Committed by android-build-merger
Browse files

Merge "Slightly easier debugging of missing inputs to copy-file-to-target" am:...

Merge "Slightly easier debugging of missing inputs to copy-file-to-target" am: 1cba05bb am: 32668a22 am: a888eb91
am: 1e5b2826

Change-Id: I0b96c70c3918adde7f2060f0da2b3cdd7b265a2d
parents 69da7605 1e5b2826
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2689,7 +2689,7 @@ endef
define copy-file-to-target
@mkdir -p $(dir $@)
$(hide) rm -f $@
$(hide) cp $< $@
$(hide) cp "$<" "$@"
endef

# The same as copy-file-to-target, but use the local
@@ -2697,7 +2697,7 @@ endef
define copy-file-to-target-with-cp
@mkdir -p $(dir $@)
$(hide) rm -f $@
$(hide) cp -p $< $@
$(hide) cp -p "$<" "$@"
endef

# The same as copy-file-to-target, but strip out "# comment"-style