diff options
author | Dmitriy Ivanov <dimitry@google.com> | 2015-04-25 00:31:30 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-04-25 00:31:30 +0000 |
commit | 0be46e11a60c486a8851c878e34587bb59e21d7d (patch) | |
tree | d73d6f5b1f8ff8e4eaea8ab764d690aa1d091034 | |
parent | 155d7cc845cd1ac0f84c9bd4f9f36afe65c63976 (diff) | |
parent | 804219841d7f581cf78f3f68e13381b6631513a0 (diff) | |
download | build-0be46e11a60c486a8851c878e34587bb59e21d7d.zip build-0be46e11a60c486a8851c878e34587bb59e21d7d.tar.gz build-0be46e11a60c486a8851c878e34587bb59e21d7d.tar.bz2 |
am 80421984: am aac1b9d9: am f674a67d: am 573dfb7c: Merge "Pack relocations for mips64"
* commit '804219841d7f581cf78f3f68e13381b6631513a0':
Pack relocations for mips64
-rw-r--r-- | core/combo/TARGET_linux-mips64.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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 |