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

Commit b0c86951 authored by Jingwen Chen's avatar Jingwen Chen Committed by Automerger Merge Worker
Browse files

Merge "symlink_outputs: Add .KATI_SYMLINK_OUTPUTS to build/make/core" am: 0314bfa4 am: 2f2c36b8

Original change: https://android-review.googlesource.com/c/platform/build/+/1434013

Change-Id: Iffa1eede6918c8dfa7f5a1fafae18f1d713b0401
parents 075ca198 2f2c36b8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2384,6 +2384,7 @@ $1:
	  exit 1; \
	fi
	ln -sfn $2 $1
$1: .KATI_SYMLINK_OUTPUTS := $1
)
$1
endef
+1 −0
Original line number Diff line number Diff line
@@ -2610,6 +2610,7 @@ $(3): $(1)
	@mkdir -p $(dir $$@)
	@rm -rf $$@
	$(hide) ln -sf $(2) $$@
$(3): .KATI_SYMLINK_OUTPUTS := $(3)
endef

# Copy an apk to a target location while removing classes*.dex