aboutsummaryrefslogtreecommitdiff
path: root/tests/products/BUILD
blob: b535fe5ee3b3e36675e2f50a89de086dcf4dd6a8 (plain)
1
2
3
4
5
# This package contains pregenerated soong.variables files for the aosp_<arch> products.
# They're used to make platforms for testing in soong_injection. This is an optimization, we could
# generate these directly from source at build time but it would add time to every `m nothing`.
# Converting the product config makefiles to starlark and checking them in would also solve this
# performance issue.