commit | 9d4a4d6021e514eb6f3abd702b45a3343dc5bc39 | [log] [tgz] |
---|---|---|
author | Iurii Makhno <[email protected]> | Tue Feb 22 14:16:31 2022 +0000 |
committer | Iurii Makhno <[email protected]> | Fri Feb 25 18:16:29 2022 +0000 |
tree | 13a1b8adea5a93f0ec85e1aafbb1d2f15786e700 | |
parent | f0c5ff46edfe99c5038558f7b89186e476eb9780 [diff] |
Use dot instead of colon as separator of custom part. This is done becase ':' is already used as a separator between package and type in a full resource name. So if we use ':' it will be consfusing for custom resource types: com.my.package:layout:2/myLayout -> com.my.package:layout.2/myLayout. DD: go/custom-resource-types-in-aapt2 Bug: b/215108200 Test: Resource_test Change-Id: Ieed256e4376abe0a3788d8198110bef189b55740