summaryrefslogtreecommitdiffstats
path: root/cmds
diff options
context:
space:
mode:
authorJamie Gennis <jgennis@google.com>2012-02-26 15:50:35 -0800
committerJamie Gennis <jgennis@google.com>2012-02-26 15:50:35 -0800
commitdd1ddbbdd7dc965d906129a4cda04dc86ecb2553 (patch)
tree35920e49a0407457a6b7558ce047edebb7a070ab /cmds
parentfb31ba69282e34df62005ec63afda2b8ec69533e (diff)
downloadframeworks_native-dd1ddbbdd7dc965d906129a4cda04dc86ecb2553.zip
frameworks_native-dd1ddbbdd7dc965d906129a4cda04dc86ecb2553.tar.gz
frameworks_native-dd1ddbbdd7dc965d906129a4cda04dc86ecb2553.tar.bz2
atrace: include the binary in debug builds
This change makes the atrace module tag 'debug' so that the binary is included in all debug builds. Change-Id: I1fdb87be0461daf686e52ded04b37b9a122edea3
Diffstat (limited to 'cmds')
-rw-r--r--cmds/atrace/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/atrace/Android.mk b/cmds/atrace/Android.mk
index b6c55d4..c1a0d87 100644
--- a/cmds/atrace/Android.mk
+++ b/cmds/atrace/Android.mk
@@ -7,6 +7,6 @@ LOCAL_SRC_FILES:= atrace.c
LOCAL_MODULE:= atrace
-LOCAL_MODULE_TAGS:= optional
+LOCAL_MODULE_TAGS:= debug
include $(BUILD_EXECUTABLE)