Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9edf7a0 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

LP64 should have debuggerd and debuggerd64.

Change-Id: I4e39c200e6867bb9a5bbcfec1c449b8864028feb
parent 1bc6169f
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -19,7 +19,11 @@ LOCAL_CFLAGS := \
	-Werror \
	-Wno-unused-parameter \

ifeq ($(TARGET_IS_64_BIT),true)
    LOCAL_MODULE := debuggerd64
else
    LOCAL_MODULE := debuggerd
endif

ifeq ($(ARCH_ARM_HAVE_VFP),true)
LOCAL_CFLAGS += -DWITH_VFP
+4 −0
Original line number Diff line number Diff line
@@ -23,7 +23,11 @@
extern "C" {
#endif

#if __LP64__
#define DEBUGGER_SOCKET_NAME "android:debuggerd64"
#else
#define DEBUGGER_SOCKET_NAME "android:debuggerd"
#endif

typedef enum {
    // dump a crash