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

Commit f22e056d 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

Change-Id: I427c8ae7893b0a927e410318738450c8358b1219
parents 96fdb769 47bfd342
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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)