commit | 55a1ea344762b4dd63e9615f9cfe94d2f4c33c7a | [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 | 4af11a7c9449ede8f1db0ac4abf3bb1bbfea1175 [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