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

Commit db088602 authored by Ulya Trafimovich's avatar Ulya Trafimovich Committed by Ulyana Trafimovich
Browse files

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

Test: aosp_walleye-userdebug boots and there are no messages in the
  logcat regarding class loader context mismatch:

    $ adb logcat | grep 'mismatch'
    # empty

Bug: 147017252
Change-Id: I338685b9cf71681b5ca0c541752948934b656b46
parent 587ed4ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,9 +50,9 @@ 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 \
    com.android.location.provider \
    service-jobscheduler \
    service-blobstore