platform_build_soong/mk2rbc
Cole Faust f83202143a Allow generic if statements
Previously, only comparisons between strings/variable references
and other strings/variable references or certain function calls
were allowed. After this cl, any two starlark expressions can
be compared. If they have different types, they will be converted
to strings first.

Fixes: 205995738
Bug: 201700692
Test: go test
Change-Id: Ib463de7b24d3abcd032dbdcba7c3f1351c314d01
2021-11-15 11:29:29 -08:00
..
cmd Display diagnostic message for each conversion error. 2021-11-11 15:14:20 -08:00
test Share version settings with product config makefile. 2021-09-13 09:23:05 -07:00
Android.bp Share version settings with product config makefile. 2021-09-13 09:23:05 -07:00
android_products.go AndroidProducts.mk file reader 2021-07-12 09:40:18 -07:00
android_products_test.go AndroidProducts.mk file reader 2021-07-12 09:40:18 -07:00
config_variables.go Config variables reader 2021-07-12 09:40:18 -07:00
config_variables_test.go Config variables reader 2021-07-12 09:40:18 -07:00
expr.go Allow generic if statements 2021-11-15 11:29:29 -08:00
find_mockfs.go Allow dynamically calculated inherit-product path 2021-08-02 14:35:45 -07:00
mk2rbc.go Allow generic if statements 2021-11-15 11:29:29 -08:00
mk2rbc_test.go Allow generic if statements 2021-11-15 11:29:29 -08:00
node.go Emit unconditional module load only when inherit/include is on the top level. 2021-09-27 10:02:41 -07:00
soong_variables.go Soong variables reader 2021-07-12 09:40:18 -07:00
soong_variables_test.go Soong variables reader 2021-07-12 09:40:18 -07:00
TODO Product config makefiles to Starlark converter 2021-07-14 09:51:10 -07:00
types.go Make a pass over our codebase cleaning up non-precise / non-inclusive language. 2021-10-28 10:32:07 -07:00
variable.go Handle ifdef for local variables. 2021-11-05 14:42:41 -07:00
version_defaults.go Sort codenames in version_defaults.rbc 2021-10-21 15:01:56 -07:00
version_defaults_test.go Share version settings with product config makefile. 2021-09-13 09:23:05 -07:00