Use std::optional for nullable
AIDL now use std::optional to represent nullable types for efficiency instead of std::unique_ptr which might cause additional heap allocation. Bug: 1447732670 Test: m Change-Id: I9045bc6fc2eb06839203af6db94a80de9b83ad1f
Loading
Please register or sign in to comment