Add the geotz jar to the system server
Add the geotz jar to the system server classpath. This jar comes from a new module "com.android.geotz". Bug: 172546738 Test: build / boot Change-Id: I0293d6e059cb53fb693a7ecf064874cbae5f8df0
This commit is contained in:
parent
f9d3744960
commit
6009a0a38f
|
@ -54,6 +54,7 @@ PRODUCT_PACKAGES += \
|
|||
com.android.conscrypt \
|
||||
com.android.cronet \
|
||||
com.android.extservices \
|
||||
com.android.geotz \
|
||||
com.android.i18n \
|
||||
com.android.ipsec \
|
||||
com.android.location.provider \
|
||||
|
|
|
@ -60,6 +60,7 @@ PRODUCT_UPDATABLE_SYSTEM_SERVER_JARS := \
|
|||
com.android.appsearch:service-appsearch \
|
||||
com.android.permission:service-permission \
|
||||
com.android.ipsec:android.net.ipsec.ike \
|
||||
com.android.geotz:geotz \
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
system/core/rootdir/etc/public.libraries.android.txt:system/etc/public.libraries.txt
|
||||
|
|
Loading…
Reference in New Issue