Merge "Build dirty-image-objects in Soong" into main
This commit is contained in:
commit
45c6fd0c17
2 changed files with 2 additions and 8 deletions
|
@ -484,10 +484,8 @@ PRODUCT_PACKAGES_DEBUG_JAVA_COVERAGE := \
|
||||||
PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
|
PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
|
||||||
frameworks/base/config/preloaded-classes:system/etc/preloaded-classes)
|
frameworks/base/config/preloaded-classes:system/etc/preloaded-classes)
|
||||||
|
|
||||||
# Note: it is acceptable to not have a dirty-image-objects file. In that case, the special bin
|
# Enable dirty image object binning to reduce dirty pages in the image.
|
||||||
# for known dirty objects in the image will be empty.
|
PRODUCT_PACKAGES += dirty-image-objects
|
||||||
PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
|
|
||||||
frameworks/base/config/dirty-image-objects:system/etc/dirty-image-objects)
|
|
||||||
|
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/runtime_libart.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/runtime_libart.mk)
|
||||||
|
|
||||||
|
|
|
@ -59,10 +59,6 @@ PRODUCT_COPY_FILES += \
|
||||||
PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
|
PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
|
||||||
frameworks/base/config/compiled-classes-phone:system/etc/compiled-classes)
|
frameworks/base/config/compiled-classes-phone:system/etc/compiled-classes)
|
||||||
|
|
||||||
# Enable dirty image object binning to reduce dirty pages in the image.
|
|
||||||
PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
|
|
||||||
frameworks/base/dirty-image-objects-phone:system/etc/dirty-image-objects)
|
|
||||||
|
|
||||||
# On userdebug builds, collect more tombstones by default.
|
# On userdebug builds, collect more tombstones by default.
|
||||||
ifneq (,$(filter userdebug eng,$(TARGET_BUILD_VARIANT)))
|
ifneq (,$(filter userdebug eng,$(TARGET_BUILD_VARIANT)))
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
|
|
Loading…
Reference in a new issue