From 78bd62f43c9a0a0dde0009a6c83ad828a0acd083 Mon Sep 17 00:00:00 2001 From: Makoto Onuki Date: Wed, 17 Jul 2019 11:01:22 -0700 Subject: [PATCH] Add jobscheduler-service.jar to system server class path This is part of the effort to make jobscheduler a mainline apex module. Bug: 137763703 Test: build and boot Test: atest CtsJobSchedulerTestCases Change-Id: I9ed53bdb5ce5206c5a1ffee387d9c034c6b75001 --- target/product/base_system.mk | 1 + target/product/media_system.mk | 1 + 2 files changed, 2 insertions(+) diff --git a/target/product/base_system.mk b/target/product/base_system.mk index 49df60b69..c7a4ed449 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk @@ -112,6 +112,7 @@ PRODUCT_PACKAGES += \ iptables \ ip-up-vpn \ javax.obex \ + jobscheduler-service \ keystore \ ld.config.txt \ ld.mc \ diff --git a/target/product/media_system.mk b/target/product/media_system.mk index 5c0902dbc..04cab45b7 100644 --- a/target/product/media_system.mk +++ b/target/product/media_system.mk @@ -52,6 +52,7 @@ endif # The order here is the same order they end up on the classpath, so it matters. PRODUCT_SYSTEM_SERVER_JARS := \ services \ + jobscheduler-service \ ethernet-service \ wifi-service \ com.android.location.provider \