commit | 151da681000c07da3c24cd30a3279b1ca017f452 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Mon Jan 19 11:16:52 2015 -0800 |
committer | Christopher Ferris <cferris@google.com> | Tue Jan 20 17:22:25 2015 -0800 |
tree | 5b869b41571ea55cbd80324f65ff0235c880f9b0 | |
parent | ffad8df672363bad43528898cc47aa2ed3d08c66 [diff] [blame] |
Contact proper debuggerd when crashing. Make the request structure match the new structure found in debuggerd code. On 64 bit systems, make sure that the 32 bit compiled linker is contacted. Bug: https://code.google.com/p/android/issues/detail?id=97024 Change-Id: I675b8ff222fcf836b05de4e9b5976ff91ca929bf
diff --git a/linker/Android.mk b/linker/Android.mk index 720389f..e1302db 100644 --- a/linker/Android.mk +++ b/linker/Android.mk
@@ -36,6 +36,10 @@ LOCAL_CPPFLAGS += \ -std=gnu++11 \ +ifeq ($(TARGET_IS_64_BIT),true) +LOCAL_CPPFLAGS += -DTARGET_IS_64_BIT +endif + # We need to access Bionic private headers in the linker. LOCAL_CFLAGS += -I$(LOCAL_PATH)/../libc/