android_build/tests/single_value_inheritance
Cole Faust 1c08360ca8 Evaluate intermediate products properly
When an intermediate product is evaluated, it needs to
act as if it's the only product being evaulated. However,
currently, if it inherited a makefile that was also being
inherited by the overall top level product via a different
path, it would not get the values from that makefile.

Copy the configs dictionary before evaluating each product
that needs artifact path requirements, and create seperate
postfix orders for all of them that don't contain any products
that they don't inherit from.

Bug: 221312707
Test: ./out/rbcrun ./build/make/tests/run.rbc
Change-Id: I235ad78d587a2e315ba446b5e126d8f6d0fbbea7
2022-04-12 15:25:14 -07:00
..
inherit1.rbc Fix single value variable inheritance order 2022-04-04 11:55:02 -07:00
inherit2.rbc Fix single value variable inheritance order 2022-04-04 11:55:02 -07:00
product.rbc Fix single value variable inheritance order 2022-04-04 11:55:02 -07:00
test.rbc Evaluate intermediate products properly 2022-04-12 15:25:14 -07:00