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
This commit is contained in:
Jamie Gennis 2012-06-07 16:40:30 -07:00
parent 28a1817590
commit a9efae347f
1 changed files with 2 additions and 0 deletions

View File

@ -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)