diff options
author | Dmitriy Ivanov <dimitry@google.com> | 2015-04-23 03:42:44 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-04-23 03:42:44 +0000 |
commit | 943381b7df0b2eee3568ea5b6c270343707d4757 (patch) | |
tree | 2439248b110ca579dd23cdc44ccae971a0929df9 /core/combo/TARGET_linux-mips.mk | |
parent | 1699a90b2181f40c4796927d4404b1e02d65bf7b (diff) | |
parent | ff084258ea53c414d724ba87f89c324056def1bd (diff) | |
download | build-943381b7df0b2eee3568ea5b6c270343707d4757.zip build-943381b7df0b2eee3568ea5b6c270343707d4757.tar.gz build-943381b7df0b2eee3568ea5b6c270343707d4757.tar.bz2 |
am ff084258: am b7b27621: am 64119a7f: am ec6a9773: Merge "Pack relocation tables for all dynamic executables"
* commit 'ff084258ea53c414d724ba87f89c324056def1bd':
Pack relocation tables for all dynamic executables
Diffstat (limited to 'core/combo/TARGET_linux-mips.mk')
-rw-r--r-- | core/combo/TARGET_linux-mips.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/combo/TARGET_linux-mips.mk b/core/combo/TARGET_linux-mips.mk index 55566eb..b17d59a 100644 --- a/core/combo/TARGET_linux-mips.mk +++ b/core/combo/TARGET_linux-mips.mk @@ -162,8 +162,6 @@ $(combo_2nd_arch_prefix)TARGET_CRTEND_O := $($(combo_2nd_arch_prefix)TARGET_OUT_ $(combo_2nd_arch_prefix)TARGET_CRTBEGIN_SO_O := $($(combo_2nd_arch_prefix)TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtbegin_so.o $(combo_2nd_arch_prefix)TARGET_CRTEND_SO_O := $($(combo_2nd_arch_prefix)TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtend_so.o -$(combo_2nd_arch_prefix)TARGET_STRIP_MODULE:=true - $(combo_2nd_arch_prefix)TARGET_DEFAULT_SYSTEM_SHARED_LIBRARIES := libc libm $(combo_2nd_arch_prefix)TARGET_LINKER := /system/bin/linker |