OSDN Git Service

Build BUILD_MULTI_PREBUILT for the prebuilt target
authorRavi K Yenduri <yenduri@pv.com>
Sun, 14 Feb 2010 22:15:32 +0000 (16:15 -0600)
committerJean-Baptiste Queru <jbq@google.com>
Mon, 10 May 2010 21:51:56 +0000 (14:51 -0700)
Add files included as prebuilts with "BUILD_MULTI_PREBUILT"
to be installed as part of the 'prebuilt' target.

Change-Id: I2fa2dfff2637701281ab78a523c58fc46577ab75

core/multi_prebuilt.mk

index 738a88d..00f9128 100644 (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)) \
    , \