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

Commit 5257bc13 authored by Nikita Ioffe's avatar Nikita Ioffe
Browse files

Add target_boots_16k soong config variable

It will be used in another patch in the topic to conditionally include
16k microdroid kernel into com.android.virt APEX.

Bug: 317201718
Test: builds
Change-Id: Ie1efedd645d26cb34c965f3a966d77110967e1d6
parent 9f068f3c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -96,6 +96,10 @@ 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 TARGET_BOOTS_16K
$(call soong_config_set_bool,ANDROID,target_boots_16k,$(filter true,$(TARGET_BOOTS_16K)))
endif

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