Merge "Add QPerformance jar to PRODUCT_BOOT_JARS"

This commit is contained in:
Linux Build Service Account 2017-08-06 22:44:08 -07:00 committed by Gerrit - the friendly Code Review server
commit 704f4f437d
2 changed files with 3 additions and 3 deletions

View File

@ -1042,6 +1042,9 @@ ifeq ($(strip $(TARGET_USES_QTIC_EXTENSION)),true)
PRODUCT_BOOT_JARS += com.qualcomm.qti.camera
endif
# Preloading QPerformance jar to ensure faster perflocks in Boost Framework
PRODUCT_BOOT_JARS += QPerformance
# OEM Unlock reporting
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
ro.oem_unlock_supported=true

View File

@ -6,9 +6,6 @@ ifneq ($(call is-vendor-board-platform,QCOM),true)
#add extra jars here
PRODUCT_BOOT_JARS += tcmiface
# Preloading QPerformance jar to ensure faster perflocks in Boost Framework
PRODUCT_BOOT_JARS += QPerformance
#call dex_preopt.mk for extra jars
include $(BUILD_SYSTEM)/dex_preopt.mk