Merge "Disable relocation_packer and migrate to SHT_RELR sections."

am: 38633b6ad1

Change-Id: I05d76464df767a8b6da43d8c8954c02eeae72045
This commit is contained in:
Rahul Chaudhry
2018-03-23 17:47:23 +00:00
committed by android-build-merger

View File

@@ -67,6 +67,14 @@ ifneq ($(HOST_OS),linux)
my_pack_module_relocations := false my_pack_module_relocations := false
endif 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)) ifeq (true,$(my_pack_module_relocations))
# Pack relocations # Pack relocations
$(relocation_packer_output): $(relocation_packer_input) $(relocation_packer_output): $(relocation_packer_input)