commit | 121c6e8aa037efcbd047bdd5f53e6686a07fa002 | [log] [tgz] |
---|---|---|
author | Donald Chai <dchai@google.com> | Wed Jun 12 12:51:57 2019 -0700 |
committer | Donald Chai <dchai@google.com> | Wed Jun 12 16:58:45 2019 -0700 |
tree | 158c687dcb14b6ee62f549366cbc9ce8e7bbf37a | |
parent | dea0ef9e61155165726b8c63a662f0bdc6039658 [diff] |
[aapt2] Add "link" option to override styles instead of overlaying. For normal app development, the desired linking semantics are: * styleables - take union of all definitions * all other resources - take last non-weak definition This differs from the semantics needed in other scenarios, where merging/overlaying styles is desired. Bug: 134525082 Change-Id: Iac0c43ca2ecf1f3fddc9c3367f8914c12c9258e1 Tested: aapt2_tests