Merge "Move perfprofd installation to PRODUCT_PACKAGES_DEBUG"

This commit is contained in:
Treehugger Robot 2016-10-28 20:04:49 +00:00 committed by Gerrit Code Review
commit 47bfd3422f
1 changed files with 3 additions and 0 deletions

View File

@ -129,6 +129,9 @@ PRODUCT_PACKAGES += \
vold \
wm
# Packages included only for eng or userdebug builds, previously debug tagged
PRODUCT_PACKAGES_DEBUG := \
perfprofd
PRODUCT_COPY_FILES := $(call add-to-product-copy-files-if-exists,\
frameworks/base/preloaded-classes:system/etc/preloaded-classes)