Loading core/android_soong_config_vars.mk +2 −0 Original line number Diff line number Diff line Loading @@ -154,6 +154,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 Loading Loading
core/android_soong_config_vars.mk +2 −0 Original line number Diff line number Diff line Loading @@ -154,6 +154,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 Loading