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

Commit 136afebf 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

am: f22e056d

Change-Id: Ib7166b8ababdd1c93422e5284a1ba3cc8397480f
parents 8a1ccefa f22e056d
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)