Build BUILD_MULTI_PREBUILT for the prebuilt target
Add files included as prebuilts with "BUILD_MULTI_PREBUILT" to be installed as part of the 'prebuilt' target. Change-Id: I2fa2dfff2637701281ab78a523c58fc46577ab75
This commit is contained in:
parent
7bb4f10a96
commit
9bfd697cff
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ $(foreach t,$(1), \
|
|||
$(eval LOCAL_MODULE := $(basename $(notdir $(t)))) \
|
||||
$(eval LOCAL_SRC_FILES := $(t)) \
|
||||
) \
|
||||
$(eval ALL_PREBUILT += $(LOCAL_MODULE)) \
|
||||
$(if $(6), \
|
||||
$(eval LOCAL_BUILT_MODULE_STEM := $(6)) \
|
||||
, \
|
||||
|
|
Loading…
Reference in a new issue