platform_build_soong/starlark_fmt
Spandan Das 6a448ec1a3 Add a function to create config_setting(s)
The use case for this is creating config_setting(s) specific to an apex
variant and selecting stub/impl in that config_setting. We likely need
only a handful of such config_setting(s), but determining that list
requires iterating the build graph.

Test: go test ./bp2build
Change-Id: I9aa552e3d0bcf67513023c3a7d4bbf8fae464ee4
2023-04-28 19:43:43 +00:00
..
Android.bp
format.go Add a function to create config_setting(s) 2023-04-28 19:43:43 +00:00
format_test.go