From 85a4a514b8554a5d27fe564955f304c4a676de90 Mon Sep 17 00:00:00 2001 From: Adnan Begovic Date: Mon, 27 Apr 2015 10:48:47 -0700 Subject: [PATCH] build/target: Include Lineage platform jar in system server. Change-Id: Iaeecc4b1d8722f543b36cab76081cd49130a9eea --- target/product/media_system.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/product/media_system.mk b/target/product/media_system.mk index 503c9b3531..11f4b0203a 100644 --- a/target/product/media_system.mk +++ b/target/product/media_system.mk @@ -50,7 +50,8 @@ 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 + services \ + org.lineageos.platform PRODUCT_COPY_FILES += \ system/core/rootdir/etc/public.libraries.android.txt:system/etc/public.libraries.txt