Fix incorrect function call in product-graph
This was accidentally broken in aosp/2064287 Fixes: 230599451 Test: m product-graph Change-Id: Ibc9aabc5ddf7ad4d347e89019be44ef0c8ae0ff7
This commit is contained in:
parent
1e6dd6b869
commit
d5143ca39a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ define gather-all-makefiles-for-current-product-inner
|
|||
$(if $(filter $(p),$(_all_products_visited)),, \
|
||||
$(p) \
|
||||
$(eval _all_products_visited += $(p)) \
|
||||
$(call all-products-inner, $(PRODUCTS.$(strip $(p)).INHERITS_FROM))
|
||||
$(call gather-all-makefiles-for-current-product-inner, $(PRODUCTS.$(strip $(p)).INHERITS_FROM))
|
||||
) \
|
||||
)
|
||||
endef
|
||||
|
|
Loading…
Reference in a new issue