diff options
author | Adam Lesinski <adamlesinski@google.com> | 2018-03-01 20:04:00 -0800 |
---|---|---|
committer | Adam Lesinski <adamlesinski@google.com> | 2018-03-01 20:04:00 -0800 |
commit | c9a2926e661df75ba2517da166bf3b561fd678ec (patch) | |
tree | f0f074fc40f9d17d06352930ed7f6938e30e59f9 /rs/java/android/renderscript/ProgramVertexFixedFunction.java | |
parent | b437f30f286131cc3a01bca7b56ca7dcab37cf74 (diff) |
AAPT2: Allow to inline XML into custom attribute
Previously, doing something like
<parent xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:aapt="http://schemas.android.com/aapt">
<aapt:attr name="app:foo">
<child />
</aapt:attr>
</parent>
would result in something like:
<parent xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:aapt="http://schemas.android.com/aapt"
foo="@generated_name" />
while it should result in:
<parent xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:aapt="http://schemas.android.com/aapt"
app:foo="@generated_name" />
Bug: 36809755
Test: make aapt2_tests
Change-Id: I72ea4b402e196ca05b53b788e4768a265190a0dc
Diffstat (limited to 'rs/java/android/renderscript/ProgramVertexFixedFunction.java')
0 files changed, 0 insertions, 0 deletions