commit | 9f6f9ca935befddea4674d2490d5cc198a98dc55 | [log] [tgz] |
---|---|---|
author | Ryan Mitchell <rtmitchell@google.com> | Thu Apr 11 16:50:12 2019 -0700 |
committer | Ryan Mitchell <rtmitchell@google.com> | Thu Apr 11 16:55:37 2019 -0700 |
tree | f60727486c63fd1db240c1df37bf22a924cca7c0 | |
parent | d81cd2629666b0ed852142607852232094e04d11 [diff] |
Fix RelativeLayout checking of resource ids greater than 0x80 For splits with package id 0x80 and higher, the resource ids are negative. RelativeLayout builds a dependency graph to indicate in which order the layout height and width need to be processed. Since the ids are less than 0, RelativeLayout is incorrectly assuming the layouts are not order dependent. Bug: 72869300 Test: manual Change-Id: I98f58f11733c2976fc5c1b4152949cf80660f657