Merge "Remove perfprofd from set of binaries installed on system." am: 1e57a89bf9
am: 41136edafd
Change-Id: I8e0f1acb17b37cda2ef0b080cffbd3b08a5565ff
This commit is contained in:
commit
ef9d004894
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
# ************************************************
|
||||
|
|
|
@ -318,7 +318,6 @@ PRODUCT_PACKAGES_DEBUG := \
|
|||
iotop \
|
||||
iw \
|
||||
logpersist.start \
|
||||
perfprofd \
|
||||
procrank \
|
||||
showmap \
|
||||
sqlite3 \
|
||||
|
|
Loading…
Reference in a new issue