Merge "Put com.android.location.provider before services on the system server classpath."
This commit is contained in:
commit
07c20355ac
|
@ -50,10 +50,10 @@ endif
|
||||||
|
|
||||||
# The order here is the same order they end up on the classpath, so it matters.
|
# The order here is the same order they end up on the classpath, so it matters.
|
||||||
PRODUCT_SYSTEM_SERVER_JARS := \
|
PRODUCT_SYSTEM_SERVER_JARS := \
|
||||||
|
com.android.location.provider \
|
||||||
services \
|
services \
|
||||||
ethernet-service \
|
ethernet-service \
|
||||||
wifi-service \
|
wifi-service \
|
||||||
com.android.location.provider \
|
|
||||||
|
|
||||||
# system server jars which are updated via apex modules.
|
# system server jars which are updated via apex modules.
|
||||||
# The values should be of the format <apex name>:<jar name>
|
# The values should be of the format <apex name>:<jar name>
|
||||||
|
|
Loading…
Reference in New Issue