From cecec9d027b05c20ed79e8d55a025619f66252b3 Mon Sep 17 00:00:00 2001 From: Brian Swetland Date: Sun, 23 Jan 2011 17:51:54 -0800 Subject: remove crasher and vfp-crasher from standard builds These are only for debuggerd testing. Change-Id: If2d2ff85e8c182d366cc251e9446ae7fdd094e55 --- debuggerd/Android.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debuggerd') diff --git a/debuggerd/Android.mk b/debuggerd/Android.mk index 752c953f7..6cfe79b14 100644 --- a/debuggerd/Android.mk +++ b/debuggerd/Android.mk @@ -29,7 +29,7 @@ LOCAL_SRC_FILES := crasher.c LOCAL_SRC_FILES += $(TARGET_ARCH)/crashglue.S LOCAL_MODULE := crasher LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES) -LOCAL_MODULE_TAGS := eng +LOCAL_MODULE_TAGS := optional #LOCAL_FORCE_STATIC_EXECUTABLE := true LOCAL_SHARED_LIBRARIES := libcutils libc include $(BUILD_EXECUTABLE) @@ -45,7 +45,7 @@ endif # ARCH_ARM_HAVE_VFP_D32 LOCAL_SRC_FILES := vfp-crasher.c vfp.S LOCAL_MODULE := vfp-crasher LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES) -LOCAL_MODULE_TAGS := eng +LOCAL_MODULE_TAGS := optional LOCAL_SHARED_LIBRARIES := libcutils libc include $(BUILD_EXECUTABLE) endif # ARCH_ARM_HAVE_VFP == true -- cgit v1.2.3