diff options
author | Arusha Goyal <arushag@codeaurora.org> | 2016-09-14 11:16:53 +0530 |
---|---|---|
committer | Arusha Goyal <arushag@codeaurora.org> | 2016-09-14 11:16:53 +0530 |
commit | dd8626a6c61e219562415a157877b6d45896de19 (patch) | |
tree | 1850386dd3168c0749607d09e9e952518d7c58db | |
parent | 7b1fafe1850763d5e26fe414b8e761a8fc354d27 (diff) |
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
-rw-r--r-- | msmfalcon_64.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/msmfalcon_64.mk b/msmfalcon_64.mk index e04838c..c657b64 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) |