commit | bbf429795d0558797e7ac8d1024fa5c16552e96c | [log] [tgz] |
---|---|---|
author | Adam Lesinski <adamlesinski@google.com> | Wed Feb 14 13:36:09 2018 -0800 |
committer | Adam Lesinski <adamlesinski@google.com> | Wed Feb 14 16:11:23 2018 -0800 |
tree | 987ac3c405f420e07ff2fdaec3bc3f7037eca487 | |
parent | da9eba300b0f84505fe094374c14d4bc910880d2 [diff] |
AAPT2: Fix issue with deserializing binary XML We assumed that a raw text value set for an attribute meant there were no compiled values set either. This would only really happen for attributes that did not belong to any namespace (no prefix:), since we always kept their raw string values in case some code relied on it. Bug: 72700446 Test: make aapt2_tests Change-Id: Icba40a1d4b181bfe7cad73131c4dbe5ba7f8b085