Enable overrides for shared libraries
Bug: http://b/114470065 Test: make Change-Id: I084c98ca2630ad3f56504ca0f7f08cff14483872
This commit is contained in:
@@ -965,7 +965,7 @@ $(foreach lt,$(ALL_LINK_TYPES),\
|
||||
# Expand a list of modules to the modules that they override (if any)
|
||||
# $(1): The list of modules.
|
||||
define module-overrides
|
||||
$(foreach m,$(1),$(PACKAGES.$(m).OVERRIDES) $(EXECUTABLES.$(m).OVERRIDES))
|
||||
$(foreach m,$(1),$(PACKAGES.$(m).OVERRIDES) $(EXECUTABLES.$(m).OVERRIDES) $(SHARED_LIBRARIES.$(m).OVERRIDES))
|
||||
endef
|
||||
|
||||
###########################################################
|
||||
|
Reference in New Issue
Block a user