From 5924f142cc813e4e7763432f85aa000adf048d24 Mon Sep 17 00:00:00 2001 From: Dmitriy Ivanov Date: Wed, 29 Apr 2015 15:34:21 -0700 Subject: Revert "Revert "Pack relocations for mips64"" This reverts commit 6399dcce598c2ac54bd87bc754028513405c049f. Bug: http://b/20658994 (cherry picked from commit 8387d99ec3649390f815d447a44674fc9ca18823) --- core/combo/TARGET_linux-mips64.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/combo') diff --git a/core/combo/TARGET_linux-mips64.mk b/core/combo/TARGET_linux-mips64.mk index 82ce11d..b34b7a6 100644 --- a/core/combo/TARGET_linux-mips64.mk +++ b/core/combo/TARGET_linux-mips64.mk @@ -169,6 +169,8 @@ TARGET_CRTEND_O := $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtend_android.o TARGET_CRTBEGIN_SO_O := $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtbegin_so.o TARGET_CRTEND_SO_O := $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtend_so.o +TARGET_PACK_MODULE_RELOCATIONS := true + TARGET_DEFAULT_SYSTEM_SHARED_LIBRARIES := libc libstdc++ libm TARGET_LINKER := /system/bin/linker64 -- cgit v1.1