aboutsummaryrefslogtreecommitdiff
path: root/mk2rbc/soong_variables.go
Commit message (Collapse)AuthorAgeFilesLines
* Don't type variables as booleans in mk2rbcCole Faust2023-04-121-1/+5
| | | | | | | | | Our boolean support is not fully fleshed out enough to make variables real booleans. Keep them strings for now to resolve CI failures. Bug: 275865081 Test: ./build/bazel/ci/rbc_dashboard.py --quick with aosp/2526609 Change-Id: I636bd9f39b50a47ecf92aecd2bf8ea41eac4d604
* Reformat build/soong for go 1.19Colin Cross2022-08-171-1/+1
| | | | | Test: none Change-Id: I132368f0fcbdb5ea088b5b84dbe4ccfdd9e94cad
* Soong variables readerSasha Smundak2021-07-121-0/+151
Test: go test soong_variables_test.go Bug: 182395579 Change-Id: I54af165455a7c3de826bf34db6ab88a05e15ca21