Merge "Revert "Disable relocation_packer and migrate to SHT_RELR sections.""
diff --git a/core/dynamic_binary.mk b/core/dynamic_binary.mk
index 8cd23e1..ebbe71c 100644
--- a/core/dynamic_binary.mk
+++ b/core/dynamic_binary.mk
@@ -67,14 +67,6 @@
my_pack_module_relocations := false
endif
-# Disable relocation_packer and migrate to SHT_RELR sections.
-#
-# Proposal for adding SHT_RELR sections in generic-abi is at
-# https://groups.google.com/forum/#!topic/generic-abi/bX460iggiKg
-#
-# TODO: Remove relocation_packer and associated build logic.
-my_pack_module_relocations := false
-
ifeq (true,$(my_pack_module_relocations))
# Pack relocations
$(relocation_packer_output): $(relocation_packer_input)