diff options
author | Niranjan Reddy Dumbala <dnreddy@codeaurora.org> | 2017-10-27 17:49:41 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-10-27 05:23:14 -0700 |
commit | ce4c30eee1a5f9ccdbd017d49f8d42468c67245f (patch) | |
tree | 3c2a9d31620264e322c68296009cb0c640fc7982 | |
parent | cc9aacba03677fa0fa4f857d265033c473faf31f (diff) |
Temporarly disabling wfdcommon jar compilation
Change-Id: Ibb045b4d79981dd4bcfbfcf78f425e6c28d81ef7
-rw-r--r-- | sdm660_64.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdm660_64.mk b/sdm660_64.mk index 4d791fb..0d714c3 100644 --- a/sdm660_64.mk +++ b/sdm660_64.mk @@ -114,7 +114,7 @@ PRODUCT_BOOT_JARS += telephony-ext PRODUCT_PACKAGES += telephony-ext ifneq ($(strip $(QCPATH)),) -PRODUCT_BOOT_JARS += WfdCommon +#PRODUCT_BOOT_JARS += WfdCommon #Android oem shutdown hook PRODUCT_BOOT_JARS += oem-services endif |