Remove perfprofd from set of binaries installed on system.

Needed to get some space on marlin-eng :(

Also avoids static linking libart into perfprofd. Roland will follow-up by reverting the no-perfprofd changes.

bug: 73175642

Test: lunch marlin-eng && m -j32
Change-Id: Ic1c79c6dd1052981801b92604f9891a8a63b4ea0
This commit is contained in:
Nicolas Geoffray 2018-12-07 17:06:42 +00:00
parent ed167cf814
commit 1bc5aff793
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

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