Add service-virtualization.jar to PRODUCT_APEX_SYSTEM_SERVER_JARS
This jar is part of the com.android.virt non-updatable APEX. Bug: 323339759 Test: build Test: boot device Change-Id: I8090b8bf22d647d5f6c1dd1bf68a6e468b4ac694
This commit is contained in:
parent
7ba1e17dcc
commit
441d359c7b
1 changed files with 4 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue