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

Commit f5934cd4 authored by Mathieu Chartier's avatar Mathieu Chartier Committed by android-build-merger
Browse files

Merge "Specify dirty image objects for profile boot image" am: 85f2ffd5 am: 75eb79ca

am: c6029da0

Change-Id: I9c2a0101d92d62dc1e7fa2f1255e442ca74c4a8a
parents 325dce4c c6029da0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,11 +54,11 @@ $($(my_2nd_arch_prefix)LIBART_TARGET_BOOT_ART_EXTRA_INSTALLED_FILES) : $($(my_2n

ifeq (,$(my_out_boot_image_profile_location))
my_boot_image_flags := --image-classes=$(PRELOADED_CLASSES)
my_boot_image_flags += $(DIRTY_IMAGE_OBJECTS_FLAGS)
else
my_boot_image_flags := --compiler-filter=speed-profile
my_boot_image_flags += --profile-file=$(my_out_boot_image_profile_location)
endif
my_boot_image_flags += $(DIRTY_IMAGE_OBJECTS_FLAGS)

ifneq (addresstrue,$(SANITIZE_TARGET)$(SANITIZE_LITE))
# Skip recompiling the boot image for the second sanitization phase. We'll get separate paths