Merge "common: add vendor boot jars for SDK"
This commit is contained in:
commit
0df6b32db5
|
@ -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
|
Loading…
Reference in New Issue