aboutsummaryrefslogtreecommitdiffstats
path: root/debuggerd
diff options
context:
space:
mode:
authorBrian Swetland <swetland@google.com>2011-01-23 17:51:54 -0800
committerBrian Swetland <swetland@google.com>2011-01-23 17:51:54 -0800
commitcecec9d027b05c20ed79e8d55a025619f66252b3 (patch)
treeb268d8dfe9650a5e017237a0266a91301cfa6b77 /debuggerd
parent163f7057c0a7bea27c820a8c9b49f096a4338512 (diff)
downloadsystem_core-cecec9d027b05c20ed79e8d55a025619f66252b3.tar.gz
system_core-cecec9d027b05c20ed79e8d55a025619f66252b3.tar.bz2
system_core-cecec9d027b05c20ed79e8d55a025619f66252b3.zip
remove crasher and vfp-crasher from standard builds
These are only for debuggerd testing. Change-Id: If2d2ff85e8c182d366cc251e9446ae7fdd094e55
Diffstat (limited to 'debuggerd')
-rw-r--r--debuggerd/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/debuggerd/Android.mk b/debuggerd/Android.mk
index 752c953f..6cfe79b1 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