Merge "Revert "Disable relocation_packer and migrate to SHT_RELR sections."" am: 47989325f1

am: 43cd133191

Change-Id: I01fcfdf83d1ba4cefff9ea1a77a30e2c06a8efa3
This commit is contained in:
Rahul Chaudhry 2018-03-24 06:53:10 +00:00 committed by android-build-merger
commit 7e32b71018
1 changed files with 0 additions and 8 deletions

View File

@ -67,14 +67,6 @@ ifneq ($(HOST_OS),linux)
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)