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:
Arusha Goyal 2016-09-14 11:16:53 +05:30
parent 7b1fafe185
commit dd8626a6c6

View file

@ -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)