From 8387d99ec3649390f815d447a44674fc9ca18823 Mon Sep 17 00:00:00 2001 From: Dmitriy Ivanov Date: Wed, 29 Apr 2015 15:34:21 -0700 Subject: [PATCH] Revert "Revert "Pack relocations for mips64"" This reverts commit 6399dcce598c2ac54bd87bc754028513405c049f. Bug: http://b/20658994 --- core/combo/TARGET_linux-mips64.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/combo/TARGET_linux-mips64.mk b/core/combo/TARGET_linux-mips64.mk index 82ce11d98..b34b7a640 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 -- 2.11.0