Merge "symlink_outputs: Add .KATI_SYMLINK_OUTPUTS to build/make/core"
This commit is contained in:
@@ -2384,6 +2384,7 @@ $1:
|
|||||||
exit 1; \
|
exit 1; \
|
||||||
fi
|
fi
|
||||||
ln -sfn $2 $1
|
ln -sfn $2 $1
|
||||||
|
$1: .KATI_SYMLINK_OUTPUTS := $1
|
||||||
)
|
)
|
||||||
$1
|
$1
|
||||||
endef
|
endef
|
||||||
|
@@ -2610,6 +2610,7 @@ $(3): $(1)
|
|||||||
@mkdir -p $(dir $$@)
|
@mkdir -p $(dir $$@)
|
||||||
@rm -rf $$@
|
@rm -rf $$@
|
||||||
$(hide) ln -sf $(2) $$@
|
$(hide) ln -sf $(2) $$@
|
||||||
|
$(3): .KATI_SYMLINK_OUTPUTS := $(3)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
# Copy an apk to a target location while removing classes*.dex
|
# Copy an apk to a target location while removing classes*.dex
|
||||||
|
Reference in New Issue
Block a user