Unconditionally install com.android.virt APEX am: bb9d6db326 am: bc02a0cc4d am: cdf6f5160b

Original change: https://android-review.googlesource.com/c/platform/build/+/2268026

Change-Id: Ifadb457dfc99e98e7fc25a1787eb5595e149e2d7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Nikita Ioffe
2022-11-16 19:09:52 +00:00
committed by Automerger Merge Worker
3 changed files with 8 additions and 0 deletions

View File

@@ -106,6 +106,10 @@ endif
SYSTEMUI_OPTIMIZE_JAVA ?= true
$(call add_soong_config_var,ANDROID,SYSTEMUI_OPTIMIZE_JAVA)
ifdef PRODUCT_AVF_ENABLED
$(call add_soong_config_var_value,ANDROID,avf_enabled,$(PRODUCT_AVF_ENABLED))
endif
# 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

View File

@@ -367,6 +367,9 @@ _product_single_value_vars += PRODUCT_FSVERITY_GENERATE_METADATA
# BRANCH_DEFAULT_MODULE_BUILD_FROM_SOURCE but not an explicitly set value.
_product_single_value_vars += PRODUCT_MODULE_BUILD_FROM_SOURCE
# If true, installs a full version of com.android.virt APEX.
_product_single_value_vars += PRODUCT_AVF_ENABLED
.KATI_READONLY := _product_single_value_vars _product_list_vars
_product_var_list :=$= $(_product_single_value_vars) $(_product_list_vars)

View File

@@ -76,6 +76,7 @@ PRODUCT_PACKAGES += \
com.android.tethering \
com.android.tzdata \
com.android.uwb \
com.android.virt \
com.android.wifi \
ContactsProvider \
content \