Merge "common: add vendor boot jars for SDK"

This commit is contained in:
Linux Build Service Account 2015-01-09 04:47:05 -08:00 committed by Gerrit - the friendly Code Review server
commit 0df6b32db5
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# 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
#call dex_preopt.mk for extra jars
include $(BUILD_SYSTEM)/dex_preopt.mk
endif