Add com.android.location.provider to the system server classpath.

bug: 64571709
Test: com.android.location.provider is speed compiled in /system
Change-Id: I64c5d5257cffb9bc8481bd4fb78a65cb08ac993a
This commit is contained in:
Nicolas Geoffray 2017-08-10 20:30:48 +01:00
parent ea98ab2d3c
commit ec5e04096b

View file

@ -107,7 +107,8 @@ PRODUCT_BOOT_JARS := \
PRODUCT_SYSTEM_SERVER_JARS := \
services \
ethernet-service \
wifi-service
wifi-service \
com.android.location.provider \
# The set of packages whose code can be loaded by the system server.
PRODUCT_SYSTEM_SERVER_APPS += \