blob: 13dd16e405d427eca2cbdc452f683983ca1ceb63 [file] [log] [blame]
# This makefile is used to include
# extra product boot jars for SDK
ifneq ($(VENDOR_QTI_PLATFORM),qssi)
ifneq ($(call is-vendor-board-platform,QCOM),true)
#call dex_preopt.mk for extra jars
ifneq ($(BUILD_QEMU_IMAGES),true)
include $(BUILD_SYSTEM)/dex_preopt.mk
endif
endif
endif