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

bug: 64571709
Test: com.android.location.provider is speed compiled in /system

(cherry picked from commit ec5e04096b)

Change-Id: I179872125af89101bee7493f24687518cb39a0db
This commit is contained in:
Nicolas Geoffray 2017-08-10 20:30:48 +01:00
parent 025d5d910b
commit 963485ecf7

View file

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