aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Wailes <chriswailes@google.com>2021-04-06 21:08:50 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-06 21:08:50 +0000
commita033000df4f51dd361404e1580a5c14940820dc3 (patch)
tree20dd7d642737c95bf2d865281ecee182690f64f5
parenta24ded62375506a720531559eae437d30ad70edb (diff)
parent37c941146a9316a60e3b8262f3847740839d723a (diff)
downloadbuild-a033000df4f51dd361404e1580a5c14940820dc3.tar.gz
Merge "Add the service-art JAR to the System Server classpath." am: 8c614d2515 am: 37c941146a
Original change: https://android-review.googlesource.com/c/platform/build/+/1595811 Change-Id: I83a193cf612c0ab4cb38405bd34cefb320c13486
-rw-r--r--target/product/media_system.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/product/media_system.mk b/target/product/media_system.mk
index 143131e3bc..c7ac9071b4 100644
--- a/target/product/media_system.mk
+++ b/target/product/media_system.mk
@@ -57,6 +57,7 @@ PRODUCT_SYSTEM_SERVER_JARS := \
# system server jars which are updated via apex modules.
# The values should be of the format <apex name>:<jar name>
PRODUCT_UPDATABLE_SYSTEM_SERVER_JARS := \
+ com.android.art:service-art \
com.android.permission:service-permission \
PRODUCT_COPY_FILES += \