From 8bd30fe3cb82e50caab50e4091c5977e5e24db0e Mon Sep 17 00:00:00 2001 From: Dmitriy Ivanov Date: Fri, 24 Apr 2015 16:32:38 -0700 Subject: [PATCH] Pack relocations for mips64 Bug: http://b/18051137 Change-Id: I063c5d6cf007658c0efe9cb1d65ed8026b3e7dae --- 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