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

Commit 963485ec authored by Nicolas Geoffray's avatar Nicolas Geoffray
Browse files

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 ec5e0409)

Change-Id: I179872125af89101bee7493f24687518cb39a0db
parent 025d5d91
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -124,7 +124,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 += \