Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce2236d9 authored by Andreas Gampe's avatar Andreas Gampe Committed by android-build-merger
Browse files

Merge "Build: More tombstones in userdebug" am: 5378d0a7

am: 205958cb

Change-Id: Ie5390a231825f31fa2c945d1bdba228266302804
parents d2428079 205958cb
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -145,5 +145,11 @@ 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)