Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 43cd1331 authored by Rahul Chaudhry's avatar Rahul Chaudhry Committed by android-build-merger
Browse files

Merge "Revert "Disable relocation_packer and migrate to SHT_RELR sections.""

am: 47989325

Change-Id: I5cf9e02b825a36aa3425b28406ec5088bc4a985c
parents f3d0d80d 47989325
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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)