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
This commit is contained in:
parent
7b1fafe185
commit
dd8626a6c6
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue