forked from openkylin/platform_build
DO NOT MERGE ANYWHERE Revert "Build: More tombstones in userdebug"
This reverts commit 47e137f357
.
Bug: 64290162
Test: presubmit
Change-Id: I7ca8918d817a8e7b4aece1ded38d08d10ff01b61
This commit is contained in:
parent
47e137f357
commit
bc961b198b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue