diff options
author | Alex Ray <aray@google.com> | 2012-11-14 17:25:28 -0800 |
---|---|---|
committer | Alex Ray <aray@google.com> | 2012-11-28 13:56:15 -0800 |
commit | 0a34643160890eb50f7d8e016b4ec93d9db2aa27 (patch) | |
tree | fe53afe36bacaa61c0cc3e79c0766b9a57e3eab6 /libcutils/Android.mk | |
parent | 22f625529ec4364c7de9c5857221e2a3b2cda9f1 (diff) | |
download | core-0a34643160890eb50f7d8e016b4ec93d9db2aa27.tar.gz core-0a34643160890eb50f7d8e016b4ec93d9db2aa27.tar.bz2 core-0a34643160890eb50f7d8e016b4ec93d9db2aa27.zip |
cutils: Add tracing support
Basic tracing functionality to cutils, which can be turned on at start,
or dynamically controlled by the frameworks. The goal is for hardware
modules to add tracing that will be controlled by their respective
services.
Change-Id: I84eeb7d6be0038f734e719074fa4a2fae4ffe9c0
Diffstat (limited to 'libcutils/Android.mk')
-rw-r--r-- | libcutils/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcutils/Android.mk b/libcutils/Android.mk index fc6d08de3..23a73d2a1 100644 --- a/libcutils/Android.mk +++ b/libcutils/Android.mk @@ -121,6 +121,7 @@ LOCAL_SRC_FILES := $(commonSources) \ mq.c \ partition_utils.c \ qtaguid.c \ + trace.c \ uevent.c ifeq ($(TARGET_ARCH),arm) |