commit | 57cd195c4303ff248c6e016d51e3b7632cf69bae | [log] [tgz] |
---|---|---|
author | y <rtmitchell@google.com> | Thu Apr 12 14:26:23 2018 -0700 |
committer | y <rtmitchell@google.com> | Fri Apr 13 08:50:09 2018 -0700 |
tree | 301a7bf02888ac353e661792bfde9a4dd04273d6 | |
parent | 65317bac02e993d1313a1958a8497ff5f2a2ecd5 [diff] |
AAPT2: GetBag infinite recursion fix Style resources with circular parental dependencies caused infinite recursion when calling AssetManager2::GetBag. This fix allows recursion to cease when a circular dependency is found. Bug: 77928512 Change-Id: Ib900c36ab1aef5da5b03234a9484c4dad3b63c02 Test: Manual test of b/77928512 and duplicates of 74493983