From a9efae347f3b3eb41ec1c4f96993e3c7ce48eec1 Mon Sep 17 00:00:00 2001 From: Jamie Gennis Date: Thu, 7 Jun 2012 16:40:30 -0700 Subject: [PATCH] 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 --- target/product/core.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/product/core.mk b/target/product/core.mk index 58002a722..57c0f443f 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)