Pack relocations for mips64
Bug: http://b/18051137 Change-Id: I063c5d6cf007658c0efe9cb1d65ed8026b3e7dae
This commit is contained in:
parent
4fa4e4befd
commit
8bd30fe3cb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue