Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91098648 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Move perfprofd installation to PRODUCT_PACKAGES_DEBUG" am: 47bfd342...

Merge "Move perfprofd installation to PRODUCT_PACKAGES_DEBUG" am: 47bfd342 am: f22e056d am: 136afebf
am: 9de54f38

Change-Id: Ic6b540548353f2c2b58d2b1bfbe38f0badebd428
parents f3480c13 9de54f38
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -134,6 +134,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)