Add QPerformance jar to PRODUCT_BOOT_JARS

Move QPerformance to the right makefile to ensure it is
picked correctly to boot.oat

Change-Id: Ic9ae58fe7e0eae6a228ae31d375926d182ef0348
This commit is contained in:
Chitti Babu Theegala 2017-08-01 12:41:44 +05:30
parent f5a8046a05
commit a2a0ea64e3
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -6,9 +6,6 @@ ifneq ($(call is-vendor-board-platform,QCOM),true)
#add extra jars here #add extra jars here
PRODUCT_BOOT_JARS += tcmiface 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 #call dex_preopt.mk for extra jars
include $(BUILD_SYSTEM)/dex_preopt.mk include $(BUILD_SYSTEM)/dex_preopt.mk