Merge "Add QPerformance jar to PRODUCT_BOOT_JARS"
This commit is contained in:
commit
704f4f437d
3
base.mk
3
base.mk
|
@ -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
|
||||
|
|
|
@ -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