summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramVertexFixedFunction.java
diff options
context:
space:
mode:
authorRyan Mitchell <rtmitchell@google.com>2019-08-13 15:41:49 -0700
committerRyan Mitchell <rtmitchell@google.com>2019-08-19 17:48:46 +0000
commitf64b9d8306fe9f7a7bfcdb74974539ebc33e8f2a (patch)
treef1f06ff2ba86230ce1f01c80b4a291081df93d60 /rs/java/android/renderscript/ProgramVertexFixedFunction.java
parentb7e133be72e32197c0fc474e1caf261e7768efc0 (diff)
Only check sibling config values to dedupe
Currently more config values are being kept than necessesary. For example, given config values for a string resource: Config: default Value: "keep" Config: ldrtl Value: "dedupe" Config: ldrtl-night Value: "dedupe" Config: land Value: "keep2" The ldrtl-night config value will fail to be removed despite being equivalent to the ldrtl value. This is because the value for the land configuration is not equivalent to the ldrtl-night value. Instead of checking that every compatible config value not related by dominance should have quivalent values, only check sibling config values within the dominator tree. Bug: 137230022 Test: aapt2_tests Change-Id: I965365d1a9433ae595eab48d82837ac102148334
Diffstat (limited to 'rs/java/android/renderscript/ProgramVertexFixedFunction.java')
0 files changed, 0 insertions, 0 deletions