forked from openkylin/platform_build
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:
parent
28a1817590
commit
a9efae347f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue