Merge "Remove perfprofd from set of binaries installed on system." am: 1e57a89bf9

am: 41136edafd

Change-Id: I8e0f1acb17b37cda2ef0b080cffbd3b08a5565ff
This commit is contained in:
Nicolas Geoffray 2018-12-12 05:34:55 -08:00 committed by android-build-merger
commit ef9d004894
2 changed files with 3 additions and 1 deletions

View file

@ -522,6 +522,9 @@ $(call add-clean-step, find $(OUT_DIR)/target/product/mainline_arm64/system -typ
# Clean up aidegen
$(call add-clean-step, rm -f $(HOST_OUT)/bin/aidegen)
# Remove perfprofd
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/perfprofd)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************

View file

@ -318,7 +318,6 @@ PRODUCT_PACKAGES_DEBUG := \
iotop \
iw \
logpersist.start \
perfprofd \
procrank \
showmap \
sqlite3 \