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:
Ravi K Yenduri 2010-02-14 16:15:32 -06:00 committed by Jean-Baptiste Queru
parent 7bb4f10a96
commit 9bfd697cff

View file

@ -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)) \
, \