forked from openkylin/platform_build
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:
commit
37c941146a
|
@ -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 += \
|
||||||
|
|
Loading…
Reference in New Issue