commit | c85cc13b5ac09045633945357a337eb0629696f4 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Sat Mar 07 21:47:09 2020 +0900 |
committer | Jooyung Han <jooyung@google.com> | Thu Mar 12 08:42:33 2020 +0000 |
tree | 6344959806a4b603a9563e476ac50b16d1a19246 | |
parent | 9beacac0c9e0f0d239cb7564174374483be172a9 [diff] |
Use aidl::nullable for nullable type in C++ To reduce the discrepance between old code which still uses std::unique_ptr and new code using std::optional. This might help to avoid merge-conflicts between branches. Bug: 144773267 Test: m (cherry picked from commit ad62e8cbf5cf6083568f6f230ef7d73ad8776971) Change-Id: Ie3196ee5cce17d77950eea9479d2cc1406e9e674 Merged-In: I33822bc76ef87637d5408849f64a0607e121792e Exempt-From-Owner-Approval: approved from master