summaryrefslogtreecommitdiff
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
commit7fdcdd1d4693cfcc72411afe803e987347be364f (patch)
treebf2636701e020c2a36803557f5027dcdd9f698a8
parent6b995818535af84c4a6829af7733684861f20144 (diff)
downloadextras-7fdcdd1d4693cfcc72411afe803e987347be364f.tar.gz
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
-rw-r--r--atrace/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/atrace/Android.mk b/atrace/Android.mk
index b6c55d4f..c1a0d87f 100644
--- a/atrace/Android.mk
+++ b/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)