Merge "Add the service-art JAR to the System Server classpath." am: 8c614d2515

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

Change-Id: I6d61655c900aa333d946a4ea2d32a7684301c574
This commit is contained in:
Christian Wailes 2021-04-06 20:42:48 +00:00 committed by Automerger Merge Worker
commit 37c941146a
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ PRODUCT_SYSTEM_SERVER_JARS := \
# system server jars which are updated via apex modules. # system server jars which are updated via apex modules.
# The values should be of the format <apex name>:<jar name> # The values should be of the format <apex name>:<jar name>
PRODUCT_UPDATABLE_SYSTEM_SERVER_JARS := \ PRODUCT_UPDATABLE_SYSTEM_SERVER_JARS := \
com.android.art:service-art \
com.android.permission:service-permission \ com.android.permission:service-permission \
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \