Improve clarity of arch decoding.

Test: CI
Change-Id: I31789f962259e917e99ac6f778644729199f42ed
This commit is contained in:
Liz Kammer
2022-02-28 14:16:16 -05:00
parent 4c696f2a89
commit b7f3366cbb
2 changed files with 65 additions and 36 deletions

View File

@@ -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
}