diff options
author | Ryan Mitchell <rtmitchell@google.com> | 2020-09-14 13:11:22 -0700 |
---|---|---|
committer | Ryan Mitchell <rtmitchell@google.com> | 2020-09-14 13:23:47 -0700 |
commit | 7b7085cc54386a034ec528c3ba0c5be3652c47ca (patch) | |
tree | 3f7527433b84351019a41821985336242fb45b92 /rs/java/android/renderscript/ProgramFragmentFixedFunction.java | |
parent | 3141524bb99b16809ae44806d46d50d8bdbbe146 (diff) |
Make configs differing only in density siblings
Configurations differing only in density value will match the same
device configuration at runtime; therefore, they should be considered
sibling configurations in the dominator tree.
So, given configurations A and B:
1) If A has a density defined and B does not, A must never dominate B.
2) If A and B both have densities defined, neither must dominate the
other.
Previous behavior:
<default>
sw600dp-v13
sw600dp-hdpi-v13
sw800dp-hdpi-v13
sw800dp-xxhdpi-v13
New behavior:
<default>
sw600dp-v13
sw600dp-hdpi-v13
sw800dp-hdpi-v13
sw800dp-xxhdpi-v13
Bug: 167944889
Test: aapt2_tests
Change-Id: Ie9fba4c4b74af2b3bbf8fc6432539a99f8647634
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions