commit | 605e39f5fd66bd456b030b45801fc2ef39b2840e | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Thu Jan 23 13:29:22 2020 +0900 |
committer | Jooyung Han <jooyung@google.com> | Wed Feb 26 04:00:40 2020 +0000 |
tree | b1b5b91c9a2a4091ebe721c9ad101f380d9900db | |
parent | e78f40153c1018be65f811a22229521ed7a255bb [diff] |
Use optional for nullable types AIDL generates optional<T> for nullable T types for C++, which is more efficient and idomatic and easy to use. Bug: 144773267 Test: build/flash/boot Merged-In: I90cf2ce1193c479179687d71a5c1416f6cdf0b16 Change-Id: I90cf2ce1193c479179687d71a5c1416f6cdf0b16 (cherry picked from commit 53be7f4db497a05256407bd4c499a8fafc8e095d) Exempt-From-Owner-Approval: CP from master