Merge "Add an entry in METADATA.txt to determine whether to use the CMC GC." am: bedc1d3518
Original change: https://android-review.googlesource.com/c/platform/build/+/2629038 Change-Id: I02e2fae8e1707fbb11b76bfad7c364527b855bf0 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
9778268c87
1 changed files with 2 additions and 0 deletions
|
@ -94,6 +94,7 @@ booclasspath_arg := $(subst $(space),:,$(patsubst $(dexpreopt_root_dir)%,%,$(DEX
|
|||
booclasspath_locations_arg := $(subst $(space),:,$(DEXPREOPT_BOOTCLASSPATH_DEX_LOCATIONS))
|
||||
boot_images := $(subst :,$(space),$(DEXPREOPT_IMAGE_LOCATIONS_ON_DEVICE$(DEXPREOPT_INFIX)))
|
||||
boot_image_arg := $(subst $(space),:,$(patsubst /%,%,$(boot_images)))
|
||||
dex2oat_extra_args := $(if $(filter true,$(ENABLE_UFFD_GC)),--runtime-arg -Xgc:CMC)
|
||||
|
||||
boot_zip_metadata_txt := $(dir $(boot_zip))boot_zip/METADATA.txt
|
||||
$(boot_zip_metadata_txt):
|
||||
|
@ -101,6 +102,7 @@ $(boot_zip_metadata_txt):
|
|||
echo "booclasspath = $(booclasspath_arg)" >> $@
|
||||
echo "booclasspath-locations = $(booclasspath_locations_arg)" >> $@
|
||||
echo "boot-image = $(boot_image_arg)" >> $@
|
||||
echo "extra-args = $(dex2oat_extra_args)" >> $@
|
||||
|
||||
$(call dist-for-goals, droidcore, $(boot_zip_metadata_txt))
|
||||
|
||||
|
|
Loading…
Reference in a new issue