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

Commit 57aa92a4 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Give strip depfile a unique name, properly include it"

am: 15e0680a

Change-Id: Ie7a6d822a08f04e3ca321f66ce5614003c2e5362
parents f10be1e1 15e0680a
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -132,8 +132,8 @@ ifneq (,$(my_strip_module))
	CLANG_BIN=$(LLVM_PREBUILTS_PATH) \
	CLANG_BIN=$(LLVM_PREBUILTS_PATH) \
	CROSS_COMPILE=$(PRIVATE_TOOLS_PREFIX) \
	CROSS_COMPILE=$(PRIVATE_TOOLS_PREFIX) \
	XZ=$(XZ) \
	XZ=$(XZ) \
	$(SOONG_STRIP_PATH) -i $< -o $@ -d $@.d $(PRIVATE_STRIP_ARGS)
	$(SOONG_STRIP_PATH) -i $< -o $@ -d $@.strip.d $(PRIVATE_STRIP_ARGS)
  $(call include-depfile,$(strip_output).d)
  $(call include-depfile,$(strip_output).strip.d,$(strip_output))
else
else
  # Don't strip the binary, just copy it.  We can't skip this step
  # Don't strip the binary, just copy it.  We can't skip this step
  # because a copy of the binary must appear at LOCAL_BUILT_MODULE.
  # because a copy of the binary must appear at LOCAL_BUILT_MODULE.