Merge "Skip copying files from LINKED to PACKED directories."

am: 7ac56836a1

Change-Id: I8efe6178f22677787323605d14bae46b23ad7ab8
This commit is contained in:
Chih-hung Hsieh
2018-06-01 16:26:55 -07:00
committed by android-build-merger

View File

@@ -55,14 +55,10 @@ ifeq (false,$(my_use_clang_lld))
$(relocation_packer_output): $(relocation_packer_input)
$(pack-elf-relocations)
else
$(relocation_packer_output): $(relocation_packer_input)
@echo "target Unpacked: $(PRIVATE_MODULE) ($@)"
$(copy-file-to-target)
relocation_packer_output := $(relocation_packer_input)
endif # my_use_clang_lld
else
$(relocation_packer_output): $(relocation_packer_input)
@echo "target Unpacked: $(PRIVATE_MODULE) ($@)"
$(copy-file-to-target)
relocation_packer_output := $(relocation_packer_input)
endif # my_pack_module_relocations
###########################################################