diff options
author | Badhri Jagan Sridharan <badhri@google.com> | 2019-03-25 11:02:44 -0700 |
---|---|---|
committer | Badhri Jagan Sridharan <badhri@google.com> | 2019-03-26 23:32:27 +0000 |
commit | ac294d7ce361c2fdc68bc2ea7cb4f6c99ba10562 (patch) | |
tree | 71496b4682d462b870a7190af641703b5b8d6a05 /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | 96cf453355a774b9dd35e5746ce6cf0c4cd6e0a4 (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
Bug: 119142682
Change-Id: I5e652fbf9313bd2c122fe728d58e577085632253
Merged-In: I5e652fbf9313bd2c122fe728d58e577085632253
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions