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