Files
build_soong/ui/build
Spandan Das c576383336 Create a new product variable to gate blueprint files
Users can use this feature by
1. Setting PRODUCT_INCLUDE_TAGS += <val> in their product mk files
2. Set
```
blueprint_packge_includes {
  match_al: ["<val>"],
}

other_module_type {name: foo}
other_module_type {name: bar}
```

bar and foo will be included if and only if <val> is set

Test: Unit tests in blueprint
Test: TH

Change-Id: I32eed4e3b5ac47fb565c62d13d8881fa984c86f4
2022-12-05 19:15:06 +00:00
..
2022-05-06 12:42:05 +02:00
2022-11-15 17:29:27 -05:00
2019-07-23 16:16:15 -04:00
2022-10-18 00:13:59 +00:00
2020-11-18 22:13:23 -05:00
2022-06-08 11:50:33 -04:00
2020-06-25 12:50:00 -07:00