Loading target/product/gsi_release.mk +8 −1 Original line number Diff line number Diff line Loading @@ -92,3 +92,10 @@ PRODUCT_PRODUCT_PROPERTIES += \ ifneq ($(PRODUCT_IS_ATV),true) $(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk) 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 Loading
target/product/gsi_release.mk +8 −1 Original line number Diff line number Diff line Loading @@ -92,3 +92,10 @@ PRODUCT_PRODUCT_PROPERTIES += \ ifneq ($(PRODUCT_IS_ATV),true) $(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk) 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