Remove ALL_ORIGINAL_DYNAMIC_BINARIES
Nothing ever reads the value, stop collecting it. Test: m checkbuild Change-Id: I2f2ba905c7c45c0da36606710b30864cd5822d91
This commit is contained in:
@@ -25,13 +25,8 @@ intermediates := $(call local-intermediates-dir,,$(LOCAL_2ND_ARCH_VAR_PREFIX))
|
||||
# The includer of this file will define a rule to build this target.
|
||||
linked_module := $(intermediates)/LINKED/$(notdir $(my_installed_module_stem))
|
||||
|
||||
ALL_ORIGINAL_DYNAMIC_BINARIES += $(linked_module)
|
||||
|
||||
# Because TARGET_SYMBOL_FILTER_FILE depends on ALL_ORIGINAL_DYNAMIC_BINARIES,
|
||||
# the linked_module rules won't necessarily inherit the PRIVATE_
|
||||
# variables from LOCAL_BUILT_MODULE. This tells binary.make to explicitly
|
||||
# define the PRIVATE_ variables for linked_module as well as for
|
||||
# LOCAL_BUILT_MODULE.
|
||||
# This tells binary.make to explicitly define the PRIVATE_ variables for
|
||||
# linked_module as well as for LOCAL_BUILT_MODULE.
|
||||
LOCAL_INTERMEDIATE_TARGETS := $(linked_module)
|
||||
|
||||
###################################
|
||||
|
Reference in New Issue
Block a user