Support passing input variables to the product configuration

Since rblf_env / rblf_cli are not typed properly, accept
input variables via a file so that they can be converted
with the correct types.

Bug: 201700692
Test: go test
Change-Id: I9b56067cfe396d1bcd8d62c353ff222dd61a6c9f
This commit is contained in:
Cole Faust
2021-12-01 13:43:17 -08:00
parent cd4335ae45
commit 864028a71b
6 changed files with 12 additions and 199 deletions

View File

@@ -38,7 +38,6 @@ bootstrap_go_package {
"soong_variables.go",
"types.go",
"variable.go",
"version_defaults.go",
],
deps: ["androidmk-parser"],
}