Merge "Add service-virtualization.jar to PRODUCT_APEX_SYSTEM_SERVER_JARS" into main am: 65146d24b0

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

Change-Id: Iacf5799a384d4f6bfeea68905d4416c2a6c789be
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Nikita Ioffe
2024-02-05 23:10:45 +00:00
committed by Automerger Merge Worker

View File

@@ -132,6 +132,10 @@ ifeq ($(RELEASE_CRASHRECOVERY_MODULE),true)
endif 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 # Use $(wildcard) to avoid referencing the profile in thin manifests that don't have the
# art project. # art project.
ifneq (,$(wildcard art)) ifneq (,$(wildcard art))