OSDN Git Service

Revert "Build BUILD_MULTI_PREBUILT for the prebuilt target"
authorJean-Baptiste Queru <jbq@google.com>
Thu, 17 Jun 2010 16:27:59 +0000 (09:27 -0700)
committerJean-Baptiste Queru <jbq@google.com>
Thu, 17 Jun 2010 16:30:37 +0000 (09:30 -0700)
This reverts commit 9bfd697cffae4b4f2bdbf122c3bbe7920525e718,
which was causing all prebuilts to be installed in all builds.

Change-Id: Ia5973b31d23bd74ec187b9e44715dea56c063efe

core/multi_prebuilt.mk

index 00f9128..738a88d 100644 (file)
@@ -56,7 +56,6 @@ $(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)) \
    , \