Merge "Skip Boot Jar check for QC modules"

This commit is contained in:
Linux Build Service Account 2015-07-27 11:41:13 -07:00 committed by Gerrit - the friendly Code Review server
commit 951375b88f
1 changed files with 1 additions and 3 deletions

View File

@ -830,7 +830,5 @@ PRODUCT_PACKAGE_OVERLAYS += device/qcom/common/product/overlay
PRODUCT_VERITY_PARTITION=/dev/block/bootdevice/by-name/system
$(call inherit-product, build/target/product/verity.mk)
#skip boot jars check if QCPATH not available
ifeq ($(strip $(QCPATH)),)
#skip boot jars check
SKIP_BOOT_JARS_CHECK := true
endif