diff --git a/target/product/default_art_config.mk b/target/product/default_art_config.mk index 2fd720975f..3e3918cbc6 100644 --- a/target/product/default_art_config.mk +++ b/target/product/default_art_config.mk @@ -131,6 +131,10 @@ ifeq ($(RELEASE_CRASHRECOVERY_MODULE),true) endif +ifeq ($(RELEASE_AVF_ENABLE_LLPVM_CHANGES),true) + PRODUCT_APEX_SYSTEM_SERVER_JARS += com.android.virt:service-virtualization +endif + # Use $(wildcard) to avoid referencing the profile in thin manifests that don't have the # art project. ifneq (,$(wildcard art))