Propagate RELEASE_AVF_ENABLE_MULTI_TENANT_MICRODROID_VM to soong

Bug: 298008232
Test: builds
Change-Id: I1ec0b2cefdac862d3704968046076b59664c2b5d
This commit is contained in:
Nikita Ioffe 2023-08-31 17:57:16 +01:00
parent 7a6468edd5
commit 53d1acaf11

View file

@ -158,6 +158,8 @@ ifdef PRODUCT_AVF_KERNEL_MODULES_ENABLED
$(call add_soong_config_var_value,ANDROID,avf_kernel_modules_enabled,$(PRODUCT_AVF_KERNEL_MODULES_ENABLED))
endif
$(call add_soong_config_var_value,ANDROID,release_avf_enable_multi_tenant_microdroid_vm,$(RELEASE_AVF_ENABLE_MULTI_TENANT_MICRODROID_VM))
# Enable system_server optimizations by default unless explicitly set or if
# there may be dependent runtime jars.
# TODO(b/240588226): Remove the off-by-default exceptions after handling