Merge "Fix incorrect function call in product-graph" am: 0941f062af
Original change: https://android-review.googlesource.com/c/platform/build/+/2078438 Change-Id: Id557f9c506d6caf16e1606ef1d3aeb7450474934 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
82ecb99a3b
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