commit | a694b466e10dbe3065048f7d90c449c5db42d9c6 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu Jan 16 16:38:44 2020 -0800 |
committer | Steven Moreland <smoreland@google.com> | Thu Jan 16 16:38:44 2020 -0800 |
tree | deeaefb2ef7e9e1b2e9c6e0ad195406004509e4d | |
parent | 2bcf821155351f2c421cb1caa2a94dc687925005 [diff] |
gralloctypes operator== in android namespace. These being global interacts badly with operators defined in the android namespace external to classes. This is because once operator== functions in the android namespace are found, operator== functions in the global namespace won't be considered. Bug: 147842528 Test: compiles when 'android' namespace operators are introduced upstream. Change-Id: I54f3098103cb3623df80c54343fbc44ddab6a33a