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

Commit fff0d2d0 authored by Nikita Ioffe's avatar Nikita Ioffe
Browse files

Propagate PRODUCT_AVF_MICRODROID_GUEST_GKI_VERSION to soong

Bug: 329383978
Test: m
Change-Id: Ie955058379c1aa00c90b42e348f8b270a0719c8a
parent 70533992
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -132,6 +132,10 @@ ifdef PRODUCT_AVF_ENABLED
$(call add_soong_config_var_value,ANDROID,avf_enabled,$(PRODUCT_AVF_ENABLED))
endif

ifdef PRODUCT_AVF_MICRODROID_GUEST_GKI_VERSION
$(call add_soong_config_var_value,ANDROID,avf_microdroid_guest_gki_version,$(PRODUCT_AVF_MICRODROID_GUEST_GKI_VERSION))
endif

ifdef PRODUCT_MEMCG_V2_FORCE_ENABLED
$(call add_soong_config_var_value,ANDROID,memcg_v2_force_enabled,$(PRODUCT_MEMCG_V2_FORCE_ENABLED))
endif