Skip to content

Commit 13e715b

Browse files
author
Jeff Brown
committed
Use libcorkscrew in debuggerd.
Change-Id: I5e3645a39d96c808f87075b49111d0262a19a0c8
1 parent 10484a0 commit 13e715b

File tree

15 files changed

+543
-2111
lines changed

15 files changed

+543
-2111
lines changed

debuggerd/Android.mk

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ ifneq ($(filter arm x86,$(TARGET_ARCH)),)
55
LOCAL_PATH:= $(call my-dir)
66
include $(CLEAR_VARS)
77

8-
LOCAL_SRC_FILES:= debuggerd.c utility.c getevent.c $(TARGET_ARCH)/machine.c $(TARGET_ARCH)/unwind.c symbol_table.c
9-
ifeq ($(TARGET_ARCH),arm)
10-
LOCAL_SRC_FILES += $(TARGET_ARCH)/pr-support.c
11-
endif
8+
LOCAL_SRC_FILES:= debuggerd.c utility.c getevent.c $(TARGET_ARCH)/machine.c
129

13-
LOCAL_CFLAGS := -Wall
10+
LOCAL_CFLAGS := -Wall -Werror -std=gnu99
1411
LOCAL_MODULE := debuggerd
1512

1613
ifeq ($(ARCH_ARM_HAVE_VFP),true)
@@ -20,7 +17,7 @@ ifeq ($(ARCH_ARM_HAVE_VFP_D32),true)
2017
LOCAL_CFLAGS += -DWITH_VFP_D32
2118
endif # ARCH_ARM_HAVE_VFP_D32
2219

23-
LOCAL_STATIC_LIBRARIES := libcutils libc
20+
LOCAL_SHARED_LIBRARIES := libcutils libc libcorkscrew
2421

2522
include $(BUILD_EXECUTABLE)
2623

0 commit comments

Comments
 (0)