diff --git a/target/product/default_art_config.mk b/target/product/default_art_config.mk index 71a16c9c6e..fe12e2c496 100644 --- a/target/product/default_art_config.mk +++ b/target/product/default_art_config.mk @@ -132,6 +132,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))