Remove ALL_ORIGINAL_DYNAMIC_BINARIES
Nothing ever reads the value, stop collecting it. Test: m checkbuild Change-Id: I2f2ba905c7c45c0da36606710b30864cd5822d91
This commit is contained in:
parent
a1de5df4bd
commit
c6d6306771
3 changed files with 3 additions and 10 deletions
|
@ -160,6 +160,7 @@ $(KATI_deprecated_var BOARD_PLAT_PRIVATE_SEPOLICY_DIR,Use SYSTEM_EXT_PRIVATE_SEP
|
|||
$(KATI_obsolete_var TARGET_NO_VENDOR_BOOT,Use PRODUCT_BUILD_VENDOR_BOOT_IMAGE instead)
|
||||
$(KATI_obsolete_var PRODUCT_CHECK_ELF_FILES,Use BUILD_BROKEN_PREBUILT_ELF_FILES instead)
|
||||
$(KATI_obsolete_var ALL_GENERATED_SOURCES,ALL_GENERATED_SOURCES is no longer used)
|
||||
$(KATI_obsolete_var ALL_ORIGINAL_DYNAMIC_BINARIES,ALL_ORIGINAL_DYNAMIC_BINARIES is no longer used)
|
||||
|
||||
# Used to force goals to build. Only use for conditionally defined goals.
|
||||
.PHONY: FORCE
|
||||
|
|
|
@ -63,9 +63,6 @@ ALL_MODULE_NAME_TAGS:=
|
|||
# These all have an order-only dependency on the copied headers
|
||||
ALL_C_CPP_ETC_OBJECTS:=
|
||||
|
||||
# The list of dynamic binaries that haven't been stripped/compressed/etc.
|
||||
ALL_ORIGINAL_DYNAMIC_BINARIES:=
|
||||
|
||||
# These files go into the SDK
|
||||
ALL_SDK_FILES:=
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
###################################
|
||||
|
|
Loading…
Reference in a new issue