aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sehr <sehr@google.com>2017-08-10 16:08:24 +0000
committerDavid Sehr <sehr@google.com>2017-08-10 16:14:05 +0000
commitbc961b198be556637a118add4249cac53286c4e5 (patch)
treee2edd52e584c09c4816cc0656dae012c9bda02c3
parent47e137f3576098eff7ccb8c39f2f23258097f1bd (diff)
downloadbuild-bc961b198be556637a118add4249cac53286c4e5.tar.gz
DO NOT MERGE ANYWHERE Revert "Build: More tombstones in userdebug"
This reverts commit 47e137f3576098eff7ccb8c39f2f23258097f1bd. Bug: 64290162 Test: presubmit Change-Id: I7ca8918d817a8e7b4aece1ded38d08d10ff01b61
-rw-r--r--target/product/core_minimal.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/target/product/core_minimal.mk b/target/product/core_minimal.mk
index fb5f8d2b5f..9ea9a5a0a6 100644
--- a/target/product/core_minimal.mk
+++ b/target/product/core_minimal.mk
@@ -150,11 +150,5 @@ PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
frameworks/base/compiled-classes-phone:system/etc/compiled-classes)
-# On userdebug builds, collect more tombstones by default.
-ifneq (,$(filter userdebug eng,$(TARGET_BUILD_VARIANT)))
-PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
- tombstoned.max_tombstone_count=50
-endif
-
$(call inherit-product, $(SRC_TARGET_DIR)/product/runtime_libart.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)