Merge "Add service-virtualization.jar to PRODUCT_APEX_SYSTEM_SERVER_JARS" into main

This commit is contained in:
Nikita Ioffe 2024-02-05 22:36:24 +00:00 committed by Gerrit Code Review
commit 65146d24b0

View file

@ -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))