From dd8626a6c61e219562415a157877b6d45896de19 Mon Sep 17 00:00:00 2001 From: Arusha Goyal Date: Wed, 14 Sep 2016 11:16:53 +0530 Subject: [PATCH] msmfalcon_64: Add oem-services to PRODUCT_BOOT_JARS oem-services is required in order for the APSS to wait for modem shutdown during device shutdown. The path to this jar file will now be added to BOOTCLASSPATH which will allow the frameworks to call into it Change-Id: Ib879d6bf20224fe10362de6da492adb33bd5bccf --- msmfalcon_64.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/msmfalcon_64.mk b/msmfalcon_64.mk index e04838c8..c657b64c 100644 --- a/msmfalcon_64.mk +++ b/msmfalcon_64.mk @@ -31,6 +31,8 @@ PRODUCT_PACKAGES += telephony-ext ifneq ($(strip $(QCPATH)),) PRODUCT_BOOT_JARS += WfdCommon +#Android oem shutdown hook +PRODUCT_BOOT_JARS += oem-services endif ifeq ($(strip $(BOARD_HAVE_QCOM_FM)),true)