From 4cf84587344b2ddd40483439a2ede219b4e889fa Mon Sep 17 00:00:00 2001 From: Rahul Chaudhry Date: Fri, 23 Mar 2018 19:02:36 +0000 Subject: [PATCH] Revert "Disable relocation_packer and migrate to SHT_RELR sections." This reverts commit dbf3bfffc6300fdd9b6bd13b95cf7fee04849733. Reason for revert: New Build Breakages in git_pi-dev-plus-aosp-without-vendor/aosp_walleye-userdebug and git_pi-dev-plus-aosp/aosp_crosshatch-userdebug Change-Id: I75b968c94df33a25e91a4aa1c55435a6b8b4268b --- core/dynamic_binary.mk | 8 -------- 1 file changed, 8 deletions(-) diff --git a/core/dynamic_binary.mk b/core/dynamic_binary.mk index 8cd23e14b5..ebbe71c2dd 100644 --- a/core/dynamic_binary.mk +++ b/core/dynamic_binary.mk @@ -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)