summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJamie Gennis <jgennis@google.com>2012-06-07 16:40:30 -0700
committerJamie Gennis <jgennis@google.com>2012-06-08 14:59:42 -0700
commita9efae347f3b3eb41ec1c4f96993e3c7ce48eec1 (patch)
treee00ccbd3b718c8312b5a49dc156946b479a501d0 /target
parent28a181759079c34f8776f98f553e56554b527069 (diff)
downloadbuild-a9efae347f3b3eb41ec1c4f96993e3c7ce48eec1.zip
build-a9efae347f3b3eb41ec1c4f96993e3c7ce48eec1.tar.gz
build-a9efae347f3b3eb41ec1c4f96993e3c7ce48eec1.tar.bz2
Add atrace to core.mk
This change adds the atrace binary and init.trace.rc to the system image for all builds. Bug: 6513400 Change-Id: Ib979f4b6ffe799ab56e66fc3acfad754d216c576
Diffstat (limited to 'target')
-rw-r--r--target/product/core.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/product/core.mk b/target/product/core.mk
index 58002a7..57c0f44 100644
--- a/target/product/core.mk
+++ b/target/product/core.mk
@@ -43,6 +43,7 @@ PRODUCT_PACKAGES := \
UserDictionaryProvider \
VpnDialogs \
apache-xml \
+ atrace \
bouncycastle \
bu \
cacerts \
@@ -121,6 +122,7 @@ PRODUCT_PACKAGES := \
PRODUCT_COPY_FILES += \
system/core/rootdir/init.usb.rc:root/init.usb.rc \
+ system/core/rootdir/init.trace.rc:root/init.trace.rc \
# host-only dependencies
ifeq ($(WITH_HOST_DALVIK),true)