Revert "Produce mappings of hashes to elf symbols and r8 dictionaries"
This reverts commit 3570b3ed86d0322a951a931487dd77e1e1a8e000.
Reason for revert: b/228195288
Bug: 218888599
Change-Id: I17b38ca1b6f8940d682f2782515bfd5f8db1ce58
diff --git a/core/dynamic_binary.mk b/core/dynamic_binary.mk
index 0d2cd7f..52d7ddc 100644
--- a/core/dynamic_binary.mk
+++ b/core/dynamic_binary.mk
@@ -55,7 +55,9 @@
endif
symbolic_input := $(inject_module)
symbolic_output := $(my_unstripped_path)/$(my_installed_module_stem)
-$(eval $(call copy-unstripped-elf-file-with-mapping,$(symbolic_input),$(symbolic_output)))
+$(symbolic_output) : $(symbolic_input)
+ @echo "target Symbolic: $(PRIVATE_MODULE) ($@)"
+ $(copy-file-to-target)
###########################################################
## Store breakpad symbols