summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorAdnan Begovic <adnan@cyngn.com>2015-04-27 10:48:47 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-10-09 13:28:05 -0700
commit102c083a342ef87c9924a7fe098e3af869f4a881 (patch)
tree0eca1565f29c531cecc646031c2a90c93892cb40 /target
parent2d66702e63cc2c0b32d0ded0664ad977be7d3977 (diff)
downloadbuild-102c083a342ef87c9924a7fe098e3af869f4a881.zip
build-102c083a342ef87c9924a7fe098e3af869f4a881.tar.gz
build-102c083a342ef87c9924a7fe098e3af869f4a881.tar.bz2
build/target: Include CM platform jar in system server.
Also lock to non-release type builds. Change-Id: Iaeecc4b1d8722f543b36cab76081cd49130a9eea
Diffstat (limited to 'target')
-rw-r--r--target/product/core_minimal.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/product/core_minimal.mk b/target/product/core_minimal.mk
index eb4addd..597c339 100644
--- a/target/product/core_minimal.mk
+++ b/target/product/core_minimal.mk
@@ -104,6 +104,12 @@ PRODUCT_SYSTEM_SERVER_JARS := \
ethernet-service \
wifi-service
+ifeq ($(filter NIGHTLY SNAPSHOT EXPERIMENTAL,$(CM_BUILDTYPE)),)
+# External system server capable jar
+PRODUCT_SYSTEM_SERVER_JARS += \
+ org.cyanogenmod.platform
+endif
+
# Adoptable external storage supports both ext4 and f2fs
PRODUCT_PACKAGES += \
e2fsck \