Merge "Force PRODUCT_ENABLE_UFFD_GC to true on GSI." into main am: b9627ac3cc
Original change: https://android-review.googlesource.com/c/platform/build/+/2922605 Change-Id: I9ad6f0789124fbf589eafbe66e721d505a16c9ac Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -91,4 +91,11 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||
# Window Extensions
|
||||
ifneq ($(PRODUCT_IS_ATV),true)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
||||
endif
|
||||
endif
|
||||
|
||||
# A GSI is to be mixed with different boot images. That means we can't determine
|
||||
# the kernel version when building a GSI.
|
||||
# Assume the device supports UFFD. If it doesn't, the ART runtime will fall back
|
||||
# to CC, and odrefresh will regenerate core dexopt artifacts on the first boot,
|
||||
# so this is okay.
|
||||
PRODUCT_ENABLE_UFFD_GC := true
|
||||
|
Reference in New Issue
Block a user