This repository was archived by the owner on Apr 17, 2026. It is now read-only.
buildenv-v0.2.1
This change adds a missing return call from an error condition in TrustedApplication::Finalize(). In this case, a Status object should be serialized to output parameters and the result from the serialization operation should be returned as the error code from Finalize(). PiperOrigin-RevId: 199186638