Improve clarity of arch decoding.
Test: CI Change-Id: I31789f962259e917e99ac6f778644729199f42ed
This commit is contained in:
@@ -520,7 +520,7 @@ func NewConfig(moduleListFile string, runGoTests bool, outDir, soongOutDir strin
|
||||
}
|
||||
|
||||
if archConfig != nil {
|
||||
androidTargets, err := decodeArchSettings(Android, archConfig)
|
||||
androidTargets, err := decodeAndroidArchSettings(archConfig)
|
||||
if err != nil {
|
||||
return Config{}, err
|
||||
}
|
||||
|
Reference in New Issue
Block a user