commit | 9949ec5f5672a839937ed08dfc338494418cdb03 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Thu May 16 16:54:49 2019 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Wed May 22 15:23:01 2019 -0700 |
tree | e77c38fe273c25da47e3317f1afc92f1ecce97fb | |
parent | 691e0e154ad3d666bcd3fb6d21c563700a31ff2f [diff] |
init: replace Result<> with expected<> Android-base has an implementation of the future std::expected<>. This provides the same baseline functionality as Result<>, so use it instead of our own version. Bug: 132145659 Test: boot, init unit tests Change-Id: I11e61bcb5719b262a6420483ed51a762826a9e23