commit | ea8111cff46f5fd6b2a40037f23d5ad8d3926cf6 | [log] [tgz] |
---|---|---|
author | Chris Wailes <chriswailes@google.com> | Thu Feb 18 13:41:57 2021 -0800 |
committer | Chris Wailes <chriswailes@google.com> | Tue Mar 30 12:38:01 2021 -0700 |
tree | 4afcc05789c00d7b5801c6615aedd6870dd2488a | |
parent | 01545ef79597713808c6e5b12a77e678deb9f22b [diff] [blame] |
Add the service-art JAR to the System Server classpath. Bug: 177273468 Test: m Merged-In: Iddf07fb98a86d626c993b7b175a25413f42b833c Change-Id: Iddf07fb98a86d626c993b7b175a25413f42b833c
diff --git a/target/product/media_system.mk b/target/product/media_system.mk index 143131e..c7ac907 100644 --- a/target/product/media_system.mk +++ b/target/product/media_system.mk
@@ -57,6 +57,7 @@ # 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 += \