commit | 9facfce6bed048e755e9e2a8103c4e199d4663d5 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Fri Oct 02 17:26:56 2020 +0000 |
committer | Steven Moreland <smoreland@google.com> | Fri Oct 02 19:56:49 2020 +0000 |
tree | a77dfb9217731a765e1e33e5402ecdd936aac1ad | |
parent | 00633648701baed9d13ab47c676ad0eccb021a7c [diff] |
libbinder_ndk: consider empty result as false associateClassInternal returns std::optional<bool> where nullopt means not sure yet, true means success, and false means failure. However, there was one case where we considered nullopt to mean true. Bug: N/A Test: atest aidl_integration_test Change-Id: I7caef23dfbd8d9a562a21a0f369fa22c976a8da0