commit | f452968ae8f26a1d7ee062f4f63447c99671a6d7 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Thu Jan 23 13:29:22 2020 +0900 |
committer | Jooyung Han <jooyung@google.com> | Thu Feb 27 03:05:19 2020 +0000 |
tree | 1793e26f7d11823713148f8ce2cdfcda2b350850 | |
parent | 8a6562112aaa88871c311d19b44a811c5f7a70d9 [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 ff7f4279bd7fa33577f5f4d46aa9de322fb625d4) Exempt-From-Owner-Approval: CP from master