Merge "Fix the build system to pass "-Xgc:CMC" to dex2oat correctly."

This commit is contained in:
Treehugger Robot
2022-11-23 14:54:00 +00:00
committed by Gerrit Code Review

View File

@@ -130,7 +130,7 @@ ifeq ($(WRITE_SOONG_VARIABLES),true)
$(call add_json_str, Dex2oatXmx, $(DEX2OAT_XMX))
$(call add_json_str, Dex2oatXms, $(DEX2OAT_XMS))
$(call add_json_str, EmptyDirectory, $(OUT_DIR)/empty)
$(call add_json_bool, EnableUffdGc, $(ENABLE_UFFD_GC))
$(call add_json_bool, EnableUffdGc, $(filter true,$(ENABLE_UFFD_GC)))
ifdef TARGET_ARCH
$(call add_json_map, CpuVariant)