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

Commit b0a8e4dd 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:...

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

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

Change-Id: I30bada416b3056c6c6843e374105d92125aa9bfb
parents 09b4151c b0c86951
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