commit | 7cd3a7b57dc21ef240bdc98ab0df7e39a89dc83e | [log] [tgz] |
---|---|---|
author | Michael Butler <butlermichael@google.com> | Thu Jan 05 10:56:52 2023 -0800 |
committer | Michael Butler <butlermichael@google.com> | Mon Jan 23 14:51:26 2023 -0800 |
tree | fc2eb2baa1bc8639152049dfd859565985e6b802 | |
parent | d3fa088f8eb325217c3b1adef8a253c34adc9c83 [diff] |
Remove "explicit" from HardwareBuffer move constructor Clang-tidy gives the following lint message: "Move constructor should not be declared explicit" This CL applies the fix and removes "explicit". Bug: N/A Test: mma Change-Id: I5135aca1a1cf37d92f4561d90d34c00247804d7e Merged-In: I5135aca1a1cf37d92f4561d90d34c00247804d7e (cherry picked from commit 8d29e6f0dc6e447582123f1f148faa064b1cf6b1)