commit | b7f3366cbb7220888c3aed538948955f3a9377b3 | [log] [tgz] |
---|---|---|
author | Liz Kammer <eakammer@google.com> | Mon Feb 28 14:16:16 2022 -0500 |
committer | Liz Kammer <eakammer@google.com> | Mon Feb 28 14:17:15 2022 -0500 |
tree | 74abf3da65012b8dd6961680f145f99d8288db97 | |
parent | 4c696f2a8949867a2567c3d328eac8118b35410b [diff] [blame] |
Improve clarity of arch decoding. Test: CI Change-Id: I31789f962259e917e99ac6f778644729199f42ed
diff --git a/android/config.go b/android/config.go index 4a7e0d9..a8c089f 100644 --- a/android/config.go +++ b/android/config.go
@@ -520,7 +520,7 @@ } if archConfig != nil { - androidTargets, err := decodeArchSettings(Android, archConfig) + androidTargets, err := decodeAndroidArchSettings(archConfig) if err != nil { return Config{}, err }