From bc961b198be556637a118add4249cac53286c4e5 Mon Sep 17 00:00:00 2001 From: David Sehr Date: Thu, 10 Aug 2017 16:08:24 +0000 Subject: [PATCH] DO NOT MERGE ANYWHERE Revert "Build: More tombstones in userdebug" This reverts commit 47e137f3576098eff7ccb8c39f2f23258097f1bd. Bug: 64290162 Test: presubmit Change-Id: I7ca8918d817a8e7b4aece1ded38d08d10ff01b61 --- target/product/core_minimal.mk | 6 ------ 1 file changed, 6 deletions(-) diff --git a/target/product/core_minimal.mk b/target/product/core_minimal.mk index fb5f8d2b5..9ea9a5a0a 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)