Commit 90d72eb
committed
fix: keep resource-qualifier form in the locale filters
The derived values are handed to aapt2's -c option, which takes Android
resource-qualifier form (pt-rBR, zh-rCN) rather than BCP-47 tags. AGP uses a
non-empty localeFilters collection verbatim: no validation, no transformation,
so pt-BR reached aapt2 and failed resource linking.1 parent 139efa7 commit 90d72eb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
0 commit comments