Reformat build/soong for go 1.19
Test: none Change-Id: I132368f0fcbdb5ea088b5b84dbe4ccfdd9e94cad
This commit is contained in:
@@ -32,10 +32,11 @@ type envFileData []envFileEntry
|
||||
//
|
||||
// e.g. OUT_DIR = "out"
|
||||
// is converted to:
|
||||
// {
|
||||
// "Key": "OUT_DIR",
|
||||
// "Value": "out",
|
||||
// },
|
||||
//
|
||||
// {
|
||||
// "Key": "OUT_DIR",
|
||||
// "Value": "out",
|
||||
// },
|
||||
func EnvFileContents(envDeps map[string]string) ([]byte, error) {
|
||||
contents := make(envFileData, 0, len(envDeps))
|
||||
for key, value := range envDeps {
|
||||
|
Reference in New Issue
Block a user