Loading android/config.go +1 −0 Original line number Diff line number Diff line Loading @@ -370,6 +370,7 @@ func loadFromConfigFile(configurable *ProductVariables, filename string) error { } else { // Make a decoder for it jsonDecoder := json.NewDecoder(configFileReader) jsonDecoder.DisallowUnknownFields() err = jsonDecoder.Decode(configurable) if err != nil { return fmt.Errorf("config file: %s did not parse correctly: %s", filename, err.Error()) Loading Loading
android/config.go +1 −0 Original line number Diff line number Diff line Loading @@ -370,6 +370,7 @@ func loadFromConfigFile(configurable *ProductVariables, filename string) error { } else { // Make a decoder for it jsonDecoder := json.NewDecoder(configFileReader) jsonDecoder.DisallowUnknownFields() err = jsonDecoder.Decode(configurable) if err != nil { return fmt.Errorf("config file: %s did not parse correctly: %s", filename, err.Error()) Loading