Revert "Build BUILD_MULTI_PREBUILT for the prebuilt target"
This reverts commit 9bfd697cff
,
which was causing all prebuilts to be installed in all builds.
Change-Id: Ia5973b31d23bd74ec187b9e44715dea56c063efe
This commit is contained in:
parent
633c4a5094
commit
7ef314546b
|
@ -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)) \
|
||||
, \
|
||||
|
|
Loading…
Reference in New Issue