PRODUCT_SYSTEM_SERVER_JARS: re-add renamed 'services'

we have renamed 'org.lineageos.services' to 'services', to fix requirements of CtsClasspathsTestCases.

Change-Id: I8a876ab4297f72fe0fcb3409d5d20ade2b97cd97
diff --git a/target/product/media_system.mk b/target/product/media_system.mk
index 0e8cfcf..79bd74a 100644
--- a/target/product/media_system.mk
+++ b/target/product/media_system.mk
@@ -50,7 +50,7 @@
 # The order here is the same order they end up on the classpath, so it matters.
 PRODUCT_SYSTEM_SERVER_JARS := \
     com.android.location.provider \
-    org.lineageos.services
+    services
 
 PRODUCT_COPY_FILES += \
     system/core/rootdir/etc/public.libraries.android.txt:system/etc/public.libraries.txt