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:
parent
f5a8046a05
commit
a2a0ea64e3
3
base.mk
3
base.mk
|
@ -1037,6 +1037,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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue