summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorBadhri Jagan Sridharan <badhri@google.com>2019-03-25 11:02:44 -0700
committerBadhri Jagan Sridharan <badhri@google.com>2019-03-26 18:50:54 +0000
commit665eb216e53bdd5831584f22ec7a51a809cea0f5 (patch)
tree85b81d5b797b17b163a31c9da6e985d67900ab78 /tools/aapt2/java/JavaClassGenerator_test.cpp
parent2b16489cd0118466287a2f4d53ee1130928a4f5a (diff)
Fix missing combination check SINK/DEVICE
While checking for possible role combinations, the SINK/HOST combination seems to be mistakenly checked twice intead of SINK/DEVICE. This CL fixes this. The code now checks for: 1. source & host 2. sink & host 3. source & device 4. sink & device Cherrypicked from aosp: https://android-review.googlesource.com/c/platform/frameworks/base/+/933377 Bug: 119142682 Test: Build success Change-Id: I5e652fbf9313bd2c122fe728d58e577085632253
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions