2014-12-07 12:01:23 +00:00
|
|
|
# This makefile is used to include
|
|
|
|
# extra product boot jars for SDK
|
|
|
|
|
|
|
|
ifneq ($(call is-vendor-board-platform,QCOM),true)
|
|
|
|
|
|
|
|
#add extra jars here
|
|
|
|
PRODUCT_BOOT_JARS += tcmiface
|
|
|
|
|
2015-08-19 11:16:14 +00:00
|
|
|
# Preloading QPerformance jar to ensure faster perflocks in Boost Framework
|
|
|
|
PRODUCT_BOOT_JARS += QPerformance
|
|
|
|
|
2014-12-07 12:01:23 +00:00
|
|
|
#call dex_preopt.mk for extra jars
|
|
|
|
include $(BUILD_SYSTEM)/dex_preopt.mk
|
|
|
|
|
|
|
|
endif
|