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

Commit 7902e5ed authored by Nikita Ioffe's avatar Nikita Ioffe
Browse files

Propagate device assignment related flags to soong

Bug: 298007909
Test: builds
Change-Id: I0513784c813c856e9cb4674f1e33a7d83e411b02
parent a28e56e1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -155,6 +155,8 @@ $(call add_soong_config_var_value,ANDROID,avf_kernel_modules_enabled,$(PRODUCT_A
endif

$(call add_soong_config_var_value,ANDROID,release_avf_enable_multi_tenant_microdroid_vm,$(RELEASE_AVF_ENABLE_MULTI_TENANT_MICRODROID_VM))
$(call add_soong_config_var_value,ANDROID,release_avf_enable_device_assignment,$(RELEASE_AVF_ENABLE_DEVICE_ASSIGNMENT))
$(call add_soong_config_var_value,ANDROID,release_avf_enable_vendor_modules,$(RELEASE_AVF_ENABLE_VENDOR_MODULES))

# Enable system_server optimizations by default unless explicitly set or if
# there may be dependent runtime jars.