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

Commit 9e760a3d authored by Jaekyun Seok's avatar Jaekyun Seok Committed by android-build-merger
Browse files

Merge "Move system default values in system partition" am: 7c61a4ea

am: cc29444e

Change-Id: I8a9290c7d10c9f5330c9b9e3c09c00163cb8bf1b
parents d067fd3c cc29444e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -156,7 +156,7 @@ PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\

# On userdebug builds, collect more tombstones by default.
ifneq (,$(filter userdebug eng,$(TARGET_BUILD_VARIANT)))
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
    tombstoned.max_tombstone_count=50
endif

+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ PRODUCT_PACKAGES_DEBUG += \

# Ensure that this property is always defined so that bionic_systrace.cpp
# can rely on it being initially set by init.
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
    debug.atrace.tags.enableflags=0

PRODUCT_COPY_FILES += \
+1 −1
Original line number Diff line number Diff line
@@ -89,5 +89,5 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
    pm.dexopt.shared=speed

# Enable minidebuginfo generation unless overridden.
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
    dalvik.vm.dex2oat-minidebuginfo=true