Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aede3c8f authored by Ulyana Trafimovich's avatar Ulyana Trafimovich Committed by Automerger Merge Worker
Browse files

Merge "Put com.android.location.provider before services on the system server...

Merge "Put com.android.location.provider before services on the system server classpath." am: 07c20355

Change-Id: I6cca1f5413d4268baebbb64b50914a7e5226d27a
parents b742f058 07c20355
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,10 +50,10 @@ endif

# The order here is the same order they end up on the classpath, so it matters.
PRODUCT_SYSTEM_SERVER_JARS := \
    com.android.location.provider \
    services \
    ethernet-service \
    wifi-service \
    com.android.location.provider \

# system server jars which are updated via apex modules.
# The values should be of the format <apex name>:<jar name>