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:
parent
ea98ab2d3c
commit
ec5e04096b
1 changed files with 2 additions and 1 deletions
|
@ -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 += \
|
||||
|
|
Loading…
Reference in a new issue